Color Hex Logo

#d2deff Color Hex

#D2DEFF
(210,222,255)
0 Favorites   0 Comments

Color spaces of #d2deff

RGB 210222255
HSL0.621.000.91
HSV224°18°100°
CMYK 0.180.130.00   0.00
XYZ70.749673.1642105.0009
Yxy73.16420.28420.2939
Hunter Lab85.5361-2.0451-12.9069
CIE-Lab88.52602.5965-17.3771

#d2deff color RGB value is (210,222,255).

#d2deff hex color red value is 210, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d2deff hue: 0.62 , saturation: 1.00 and the lightness value of d2deff is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011110 11111111
Octal 322 336 377
Decimal 210 222 255
Hex D2 DE FF

RGB Percentages of Color #d2deff

%30.57
%32.31
%37.12

CMYK Percentages of Color #d2deff

%18
%13
%0
%0

Triadic Colors of #d2deff

#d2deff #ffd2de #deffd2

Analogous Colors of #d2deff

#d2deff #ddd2ff #d2f5ff

Monochromatic Colors of #d2deff

#d2deff

Complementary Color

#d2deff #fff3d2

#d2deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2deff Color CSS Codes

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

#d2deff Text Font Color

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

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


#d2deff Background Color

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

This div background color is #d2deff


#d2deff Border Color

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

This div border color is #d2deff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,222,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2deff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2deff;
  -webkit-box-shadow: 1px 1px 3px 2px #d2deff;
  box-shadow:         1px 1px 3px 2px #d2deff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,222,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2deff


Comments

No comments written yet.

Please login to write comment.