Color Hex Logo

#d2e1ff Color Hex

#D2E1FF
(210,225,255)
0 Favorites   0 Comments

Color spaces of #d2e1ff

RGB 210225255
HSL0.611.000.91
HSV220°18°100°
CMYK 0.180.120.00   0.00
XYZ71.553674.7721105.2689
Yxy74.77210.28440.2972
Hunter Lab86.4709-3.6174-11.6495
CIE-Lab89.28611.0299-16.2344

#d2e1ff color RGB value is (210,225,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11100001 11111111
Octal 322 341 377
Decimal 210 225 255
Hex D2 E1 FF

RGB Percentages of Color #d2e1ff

%30.43
%32.61
%36.96

CMYK Percentages of Color #d2e1ff

%18
%12
%0
%0

Triadic Colors of #d2e1ff

#d2e1ff #ffd2e1 #e1ffd2

Analogous Colors of #d2e1ff

#d2e1ff #dad2ff #d2f8ff

Monochromatic Colors of #d2e1ff

#d2e1ff

Complementary Color

#d2e1ff #fff0d2

#d2e1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2e1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2e1ff Color CSS Codes

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

#d2e1ff Text Font Color

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

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


#d2e1ff Background Color

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

This div background color is #d2e1ff


#d2e1ff Border Color

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

This div border color is #d2e1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2e1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.