Color Hex Logo

#ddcaf8 Color Hex

#DDCAF8
(221,202,248)
0 Favorites   0 Comments

Color spaces of #ddcaf8

RGB 221202248
HSL0.740.770.88
HSV265°19°97°
CMYK 0.110.190.00   0.03
XYZ67.882664.390597.6578
Yxy64.39050.29520.2800
Hunter Lab80.243710.5766-15.9863
CIE-Lab84.168715.1724-20.1717

#ddcaf8 color RGB value is (221,202,248).

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

The process color (four color CMYK) of #ddcaf8 color hex is 0.11, 0.19, 0.00, 0.03. Web safe color of #ddcaf8 is #ccccff. Color #ddcaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001010 11111000
Octal 335 312 370
Decimal 221 202 248
Hex DD CA F8

RGB Percentages of Color #ddcaf8

%32.94
%30.10
%36.96

CMYK Percentages of Color #ddcaf8

%11
%19
%0
%3

Triadic Colors of #ddcaf8

#ddcaf8 #f8ddca #caf8dd

Analogous Colors of #ddcaf8

#ddcaf8 #f4caf8 #cacef8

Monochromatic Colors of #ddcaf8

#ddcaf8

Complementary Color

#ddcaf8 #e5f8ca

#ddcaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcaf8 Color CSS Codes

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

#ddcaf8 Text Font Color

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

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


#ddcaf8 Background Color

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

This div background color is #ddcaf8


#ddcaf8 Border Color

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

This div border color is #ddcaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcaf8


Comments

No comments written yet.

Please login to write comment.