Color Hex Logo

#d5ddfe Color Hex

#D5DDFE
(213,221,254)
0 Favorites   0 Comments

Color spaces of #d5ddfe

RGB 213221254
HSL0.630.950.92
HSV228°16°100°
CMYK 0.160.130.00   0.00
XYZ71.186473.0148104.1073
Yxy73.01480.28670.2940
Hunter Lab85.4487-0.8288-12.4225
CIE-Lab88.45483.8340-16.9377

#d5ddfe color RGB value is (213,221,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011101 11111110
Octal 325 335 376
Decimal 213 221 254
Hex D5 DD FE

RGB Percentages of Color #d5ddfe

%30.96
%32.12
%36.92

CMYK Percentages of Color #d5ddfe

%16
%13
%0
%0

Triadic Colors of #d5ddfe

#d5ddfe #fed5dd #ddfed5

Analogous Colors of #d5ddfe

#d5ddfe #e2d5fe #d5f2fe

Monochromatic Colors of #d5ddfe

#d5ddfe

Complementary Color

#d5ddfe #fef6d5

#d5ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ddfe Color CSS Codes

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

#d5ddfe Text Font Color

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

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


#d5ddfe Background Color

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

This div background color is #d5ddfe


#d5ddfe Border Color

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

This div border color is #d5ddfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,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 #d5ddfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ddfe


Comments

No comments written yet.

Please login to write comment.