#D0EDE1

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

Shades of White Ice #D0EDE1

Tints of White Ice #D0EDE1

Color information

#D0EDE1 (or 0xD0EDE1) is unknown color: approx White Ice. HEX triplet: D0, ED and E1. RGB value is (208,237,225). Sum of RGB (Red+Green+Blue) = 208+237+225=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 225 (88.28% from 255 or 33.58% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDE1 is #2F121E. Grayscale: #E2E2E2. Windows color (decimal): -3084831 or 14806480. OLE color: 14806480.

HSL color Cylindrical-coordinate representation of color #D0EDE1: hue angle of 155.17º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0EDE1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB208237225-
CMYK0.1200.050.07
HSL155.17º44.62%87.25%-
HSV(B)155.17º12.24%92.94%-
XYZ69.8979.4182.88-
YUV226.96126.89114.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.04%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 225 (88.28% from 255) = 33.58%
R=31.04%
G=35.37%
B=33.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082372250.1200.050.07155.1744.6287.25
HexD0EDE1C0579b2d57
Octal3203553411405723355127
Binary11010000111011011110000111000101111100110111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDE1; }

 p { color: rgb(208,237,225); }

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

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

 a { background-color: rgb(208,237,225); }

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

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

 span { border-color: rgb(208,237,225); }

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