Html Css Color HEX #D0E9DE White Ice

📋 copy color: '#D0E9DE'

red 208 ◦ green 233 ◦ blue 222

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

Shades of White Ice #D0E9DE

Tints of White Ice #D0E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.14%

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

R = 31.37%
G = 35.14%
B = 33.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#D0E9DE (or 0xD0E9DE) is known color: White Ice. HEX triplet: D0, E9 and DE. RGB value is (208,233,222). Sum of RGB (Red+Green+Blue) = 208+233+222=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DE is #2F1621. Grayscale: #E0E0E0. Windows color (decimal): -3085858 or 14608848. OLE color: 14608848.

HSL color Cylindrical-coordinate representation of color #D0E9DE: hue angle of 153.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9DE is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 222 -
CMYK 0.11 0 0.05 0.09
HSL 153.6º 0.36% 0.86% -
HSV(B) 153.6º 0.11% 0.91% -
XYZ 68.34 76.96 80.36 -
YUV 224.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 208 233 222 0.11 0 0.05 0.09 153.6 0.36 0.86
Hex D0 E9 DE B 0 5 9 9A 24 56
Octal 320 351 336 13 0 5 11 232 44 126
Binary 11010000 11101001 11011110 1011 0 101 1001 10011010 100100 1010110

Color Harmonies of #D0E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9DE

Black with #D0E9DE

Text Example


Text Example

White with #D0E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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