Color Hex Logo

#d2dcff Color Hex

#D2DCFF
(210,220,255)
0 Favorites   0 Comments

Color spaces of #d2dcff

RGB 210220255
HSL0.631.000.91
HSV227°18°100°
CMYK 0.180.140.00   0.00
XYZ70.221572.1080104.8249
Yxy72.10800.28410.2918
Hunter Lab84.9164-0.9935-13.7489
CIE-Lab88.02053.6447-18.1380

#d2dcff color RGB value is (210,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011100 11111111
Octal 322 334 377
Decimal 210 220 255
Hex D2 DC FF

RGB Percentages of Color #d2dcff

%30.66
%32.12
%37.23

CMYK Percentages of Color #d2dcff

%18
%14
%0
%0

Triadic Colors of #d2dcff

#d2dcff #ffd2dc #dcffd2

Analogous Colors of #d2dcff

#d2dcff #dfd2ff #d2f3ff

Monochromatic Colors of #d2dcff

#d2dcff

Complementary Color

#d2dcff #fff5d2

#d2dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2dcff Color CSS Codes

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

#d2dcff Text Font Color

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

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


#d2dcff Background Color

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

This div background color is #d2dcff


#d2dcff Border Color

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

This div border color is #d2dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2dcff

#d2dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.