Color Hex Logo

#d2ddff Color Hex

#D2DDFF
(210,221,255)
1 Favorites   0 Comments

Color spaces of #d2ddff

RGB 210221255
HSL0.631.000.91
HSV225°18°100°
CMYK 0.180.130.00   0.00
XYZ70.484872.6345104.9127
Yxy72.63450.28420.2928
Hunter Lab85.2259-1.5195-13.3276
CIE-Lab88.27313.1204-17.7577

#d2ddff color RGB value is (210,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011101 11111111
Octal 322 335 377
Decimal 210 221 255
Hex D2 DD FF

RGB Percentages of Color #d2ddff

%30.61
%32.22
%37.17

CMYK Percentages of Color #d2ddff

%18
%13
%0
%0

Triadic Colors of #d2ddff

#d2ddff #ffd2dd #ddffd2

Analogous Colors of #d2ddff

#d2ddff #ded2ff #d2f4ff

Monochromatic Colors of #d2ddff

#d2ddff

Complementary Color

#d2ddff #fff4d2

#d2ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ddff Color CSS Codes

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

#d2ddff Text Font Color

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

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


#d2ddff Background Color

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

This div background color is #d2ddff


#d2ddff Border Color

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

This div border color is #d2ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ddff

Related Colors

#d2ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.