Color Hex Logo

#ddcaf5 Color Hex

#DDCAF5
(221,202,245)
0 Favorites   0 Comments

Color spaces of #ddcaf5

RGB 221202245
HSL0.740.680.88
HSV267°18°96°
CMYK 0.100.180.00   0.04
XYZ67.420864.205895.2257
Yxy64.20580.29720.2830
Hunter Lab80.12859.9665-14.3710
CIE-Lab84.072814.5699-18.7224

#ddcaf5 color RGB value is (221,202,245).

#ddcaf5 hex color red value is 221, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ddcaf5 hue: 0.74 , saturation: 0.68 and the lightness value of ddcaf5 is 0.88.

The process color (four color CMYK) of #ddcaf5 color hex is 0.10, 0.18, 0.00, 0.04. Web safe color of #ddcaf5 is #ccccff. Color #ddcaf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11110101
Octal 335 312 365
Decimal 221 202 245
Hex DD CA F5

RGB Percentages of Color #ddcaf5

%33.08
%30.24
%36.68

CMYK Percentages of Color #ddcaf5

%10
%18
%0
%4

Triadic Colors of #ddcaf5

#ddcaf5 #f5ddca #caf5dd

Analogous Colors of #ddcaf5

#ddcaf5 #f3caf5 #cacdf5

Monochromatic Colors of #ddcaf5

#ddcaf5

Complementary Color

#ddcaf5 #e2f5ca

#ddcaf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaf5 Color CSS Codes

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

#ddcaf5 Text Font Color

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

This sample text font color is #ddcaf5
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.


#ddcaf5 Background Color

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

This div background color is #ddcaf5


#ddcaf5 Border Color

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

This div border color is #ddcaf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaf5


Comments

No comments written yet.

Please login to write comment.