#D0E0D8

Color #D0E0D8 Mystic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mystic #D0E0D8

Tints of Mystic #D0E0D8

Color information

#D0E0D8 (or 0xD0E0D8) is unknown color: approx Mystic. HEX triplet: D0, E0 and D8. RGB value is (208,224,216). Sum of RGB (Red+Green+Blue) = 208+224+216=648 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.10% from 648); Green value is 224 (87.89% from 255 or 34.57% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E0D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0E0D8 is #2F1F27. Grayscale: #DADADA. Windows color (decimal): -3088168 or 14213328. OLE color: 14213328.

HSL color Cylindrical-coordinate representation of color #D0E0D8: hue angle of 150º degrees, saturation: 0.21, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0E0D8 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB208224216-
CMYK0.0700.040.12
HSL150º20.51%84.71%-
HSV(B)150º7.14%87.84%-
XYZ65.0671.6875.37-
YUV218.3126.7120.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 32.10%
GREEN value IS 224 (87.89% from 255) = 34.57%
BLUE value IS 216 (84.77% from 255) = 33.33%
R=32.10%
G=34.57%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2082242160.0700.040.1215020.5184.71
HexD0E0D8704C961555
Octal3203403307041422625125
Binary1101000011100000110110001110100110010010110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E0D8; }

 p { color: rgb(208,224,216); }

 H1.HeaderClassName
 {
   color: #D0E0D8;
 }
 .AnyTagClassName
 {
   color: #D0E0D8;
 }
</style>
background-color css

<style>
 a { background-color: #D0E0D8; }

 a { background-color: rgb(208,224,216); }

 div.DivClassName
 {
   background-color: #D0E0D8;
 }
 .BgClassName
 {
   background-color: #D0E0D8;
 }
</style>
border-color css

<style>
 span { border-color: #D0E0D8; }

 span { border-color: rgb(208,224,216); }

 td.TdClassName
 {
   border-color: #D0E0D8;
 }
 .TagClassName
 {
   border-color: #D0E0D8;
 }
</style>