Color Hex Logo

#d4ddfe Color Hex

#D4DDFE
(212,221,254)
0 Favorites   0 Comments

Color spaces of #d4ddfe

RGB 212221254
HSL0.630.950.91
HSV227°17°100°
CMYK 0.170.130.00   0.00
XYZ70.897272.8657104.0937
Yxy72.86570.28600.2940
Hunter Lab85.3614-1.1287-12.5480
CIE-Lab88.38363.5249-17.0518

#d4ddfe color RGB value is (212,221,254).

#d4ddfe hex color red value is 212, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d4ddfe hue: 0.63 , saturation: 0.95 and the lightness value of d4ddfe is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 11111110
Octal 324 335 376
Decimal 212 221 254
Hex D4 DD FE

RGB Percentages of Color #d4ddfe

%30.86
%32.17
%36.97

CMYK Percentages of Color #d4ddfe

%17
%13
%0
%0

Triadic Colors of #d4ddfe

#d4ddfe #fed4dd #ddfed4

Analogous Colors of #d4ddfe

#d4ddfe #e0d4fe #d4f2fe

Monochromatic Colors of #d4ddfe

#d4ddfe

Complementary Color

#d4ddfe #fef5d4

#d4ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ddfe Color CSS Codes

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

#d4ddfe Text Font Color

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

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


#d4ddfe Background Color

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

This div background color is #d4ddfe


#d4ddfe Border Color

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

This div border color is #d4ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ddfe

Related Colors

#d4ddfe Color Palettes


Comments

No comments written yet.

Please login to write comment.