Color Hex Logo

#d2e3ff Color Hex

#D2E3FF
(210,227,255)
0 Favorites   0 Comments

Color spaces of #d2e3ff

RGB 210227255
HSL0.601.000.91
HSV217°18°100°
CMYK 0.180.110.00   0.00
XYZ72.097475.8598105.4502
Yxy75.85980.28450.2994
Hunter Lab87.0975-4.6623-10.8150
CIE-Lab89.7942-0.0107-15.4719

#d2e3ff color RGB value is (210,227,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11100011 11111111
Octal 322 343 377
Decimal 210 227 255
Hex D2 E3 FF

RGB Percentages of Color #d2e3ff

%30.35
%32.80
%36.85

CMYK Percentages of Color #d2e3ff

%18
%11
%0
%0

Triadic Colors of #d2e3ff

#d2e3ff #ffd2e3 #e3ffd2

Analogous Colors of #d2e3ff

#d2e3ff #d8d2ff #d2faff

Monochromatic Colors of #d2e3ff

#d2e3ff

Complementary Color

#d2e3ff #ffeed2

#d2e3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2e3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2e3ff Color CSS Codes

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

#d2e3ff Text Font Color

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

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


#d2e3ff Background Color

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

This div background color is #d2e3ff


#d2e3ff Border Color

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

This div border color is #d2e3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2e3ff

Related Colors

#d2e3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.