#D0EADB

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

Shades of Mystic #D0EADB

Tints of Mystic #D0EADB

Color information

#D0EADB (or 0xD0EADB) is unknown color: approx Mystic. HEX triplet: D0, EA and DB. RGB value is (208,234,219). Sum of RGB (Red+Green+Blue) = 208+234+219=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EADB is #2F1524. Grayscale: #E0E0E0. Windows color (decimal): -3085605 or 14412496. OLE color: 14412496.

HSL color Cylindrical-coordinate representation of color #D0EADB: hue angle of 145.38º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0EADB is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB208234219-
CMYK0.1100.060.08
HSL145.38º38.24%86.67%-
HSV(B)145.38º11.11%91.76%-
XYZ68.2277.3778.36-
YUV224.52124.89116.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 234 (91.80% from 255) = 35.40%
BLUE value IS 219 (85.94% from 255) = 33.13%
R=31.47%
G=35.40%
B=33.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082342190.1100.060.08145.3838.2486.67
HexD0EADBB068912657
Octal32035233313061022146127
Binary110100001110101011011011101101101000100100011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EADB; }

 p { color: rgb(208,234,219); }

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

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

 a { background-color: rgb(208,234,219); }

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

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

 span { border-color: rgb(208,234,219); }

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