Color Hex Logo

#d0ddfa Color Hex

#D0DDFA
(208,221,250)
0 Favorites   0 Comments

Color spaces of #d0ddfa

RGB 208221250
HSL0.620.810.90
HSV221°17°98°
CMYK 0.170.120.00   0.02
XYZ69.124272.0249100.7014
Yxy72.02490.28580.2978
Hunter Lab84.8675-3.1306-10.9446
CIE-Lab87.98061.4503-15.5827

#d0ddfa color RGB value is (208,221,250).

#d0ddfa hex color red value is 208, green value is 221 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d0ddfa hue: 0.62 , saturation: 0.81 and the lightness value of d0ddfa is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 11111010
Octal 320 335 372
Decimal 208 221 250
Hex D0 DD FA

RGB Percentages of Color #d0ddfa

%30.63
%32.55
%36.82

CMYK Percentages of Color #d0ddfa

%17
%12
%0
%2

Triadic Colors of #d0ddfa

#d0ddfa #fad0dd #ddfad0

Analogous Colors of #d0ddfa

#d0ddfa #d8d0fa #d0f2fa

Monochromatic Colors of #d0ddfa

#d0ddfa

Complementary Color

#d0ddfa #faedd0

#d0ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ddfa Color CSS Codes

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

#d0ddfa Text Font Color

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

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


#d0ddfa Background Color

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

This div background color is #d0ddfa


#d0ddfa Border Color

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

This div border color is #d0ddfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,221,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ddfa


Comments

No comments written yet.

Please login to write comment.