#D0E9DC

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

Shades of White Ice #D0E9DC

Tints of White Ice #D0E9DC

Color information

#D0E9DC (or 0xD0E9DC) is unknown color: approx White Ice. HEX triplet: D0, E9 and DC. RGB value is (208,233,220). Sum of RGB (Red+Green+Blue) = 208+233+220=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9DC is #2F1623. Grayscale: #E0E0E0. Windows color (decimal): -3085860 or 14477776. OLE color: 14477776.

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

Color convert

RGB208233220-
CMYK0.1100.060.09
HSL148.8º36.23%86.47%-
HSV(B)148.8º10.73%91.37%-
XYZ68.0776.8678.96-
YUV224.04125.72116.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.47%
GREEN value IS 233 (91.41% from 255) = 35.25%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=31.47%
G=35.25%
B=33.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082332200.1100.060.09148.836.2386.47
HexD0E9DCB069952456
Octal32035133413061122544126
Binary110100001110100111011100101101101001100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9DC; }

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

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

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

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

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

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

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

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