#D0EBDB

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

Shades of Mystic #D0EBDB

Tints of Mystic #D0EBDB

Color information

#D0EBDB (or 0xD0EBDB) is unknown color: approx Mystic. HEX triplet: D0, EB and DB. RGB value is (208,235,219). Sum of RGB (Red+Green+Blue) = 208+235+219=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 219 (85.94% from 255 or 33.08% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBDB is #2F1424. Grayscale: #E1E1E1. Windows color (decimal): -3085349 or 14412752. OLE color: 14412752.

HSL color Cylindrical-coordinate representation of color #D0EBDB: hue angle of 144.44º degrees, saturation: 0.4, 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 #D0EBDB is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB208235219-
CMYK0.1100.070.08
HSL144.44º40.3%86.86%-
HSV(B)144.44º11.49%92.16%-
XYZ68.5177.9478.45-
YUV225.1124.55115.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.42%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 219 (85.94% from 255) = 33.08%
R=31.42%
G=35.50%
B=33.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352190.1100.070.08144.4440.386.86
HexD0EBDBB078902857
Octal32035333313071022050127
Binary110100001110101111011011101101111000100100001010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBDB; }

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

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

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

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

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

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

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

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