Color Hex Logo

#ddcffa Color Hex

#DDCFFA
(221,207,250)
0 Favorites   0 Comments

Color spaces of #ddcffa

RGB 221207250
HSL0.720.810.90
HSV260°17°98°
CMYK 0.120.170.00   0.02
XYZ69.386966.899999.6984
Yxy66.89990.29400.2835
Hunter Lab81.79248.2903-15.0152
CIE-Lab85.453412.9123-19.2909

#ddcffa color RGB value is (221,207,250).

#ddcffa hex color red value is 221, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ddcffa hue: 0.72 , saturation: 0.81 and the lightness value of ddcffa is 0.90.

The process color (four color CMYK) of #ddcffa color hex is 0.12, 0.17, 0.00, 0.02. Web safe color of #ddcffa is #ccccff. Color #ddcffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11111010
Octal 335 317 372
Decimal 221 207 250
Hex DD CF FA

RGB Percentages of Color #ddcffa

%32.60
%30.53
%36.87

CMYK Percentages of Color #ddcffa

%12
%17
%0
%2

Triadic Colors of #ddcffa

#ddcffa #faddcf #cffadd

Analogous Colors of #ddcffa

#ddcffa #f3cffa #cfd7fa

Monochromatic Colors of #ddcffa

#ddcffa

Complementary Color

#ddcffa #ecfacf

#ddcffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcffa Color CSS Codes

.mybgcolor {background-color:#ddcffa; } 
.myforecolor {color:#ddcffa; }
.mybordercolor {border:3px solid #ddcffa; }

#ddcffa Text Font Color

<p style="color:#ddcffa">Text here</p>

This sample text font color is #ddcffa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcffa Background Color

<div style="background-color:#ddcffa">
Div content here</div>

This div background color is #ddcffa


#ddcffa Border Color

<div style="border:3px solid #ddcffa">
Div here</div>

This div border color is #ddcffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,207,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcffa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffa;
  box-shadow:         1px 1px 3px 2px #ddcffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcffa;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffa;
  box-shadow:         1px 1px 3px 2px #ddcffa;">
Div content here</div>

This div box has shadow with color #ddcffa


Comments

No comments written yet.

Please login to write comment.