Html Css Color HEX #D0EADE White Ice

📋 copy color: '#D0EADE'

red 208 ◦ green 234 ◦ blue 222

#D0EADE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #D0EADE

Tints of White Ice #D0EADE

RGB

 RED value IS 208 (81.64% from 255) = 31.33%

 GREEN value IS 234 (91.8% from 255) = 35.24%

 BLUE value IS 222 (87.11% from 255) = 33.43%

R = 31.33%
G = 35.24%
B = 33.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#D0EADE (or 0xD0EADE) is known color: White Ice. HEX triplet: D0, EA and DE. RGB value is (208,234,222). Sum of RGB (Red+Green+Blue) = 208+234+222=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 222 (87.11% from 255 or 33.43% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EADE is #2F1521. Grayscale: #E0E0E0. Windows color (decimal): -3085602 or 14609104. OLE color: 14609104.

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

Color convert

RGB 208 234 222 -
CMYK 0.11 0 0.05 0.08
HSL 152.31º 0.38% 0.87% -
HSV(B) 152.31º 0.11% 0.92% -
XYZ 68.62 77.53 80.46 -
YUV 224.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 208 234 222 0.11 0 0.05 0.08 152.31 0.38 0.87
Hex D0 EA DE B 0 5 8 98 26 57
Octal 320 352 336 13 0 5 10 230 46 127
Binary 11010000 11101010 11011110 1011 0 101 1000 10011000 100110 1010111

Color Harmonies of #D0EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EADE

Black with #D0EADE

Text Example


Text Example

White with #D0EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EADE; }

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

 H1.HeaderClassName
 {
   color: #D0EADE;
 }
 .AnyTagClassName
 {
   color: #D0EADE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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