#D0F5DE

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

Shades of White Ice #D0F5DE

Tints of White Ice #D0F5DE

Color information

#D0F5DE (or 0xD0F5DE) is unknown color: approx White Ice. HEX triplet: D0, F5 and DE. RGB value is (208,245,222). Sum of RGB (Red+Green+Blue) = 208+245+222=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 245 (96.09% from 255 or 36.30% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F5DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F5DE is #2F0A21. Grayscale: #E7E7E7. Windows color (decimal): -3082786 or 14611920. OLE color: 14611920.

HSL color Cylindrical-coordinate representation of color #D0F5DE: hue angle of 142.7º degrees, saturation: 0.65, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F5DE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB208245222-
CMYK0.1500.090.04
HSL142.7º64.91%88.82%-
HSV(B)142.7º15.1%96.08%-
XYZ71.8583.9981.53-
YUV231.32122.74111.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 245 (96.09% from 255) = 36.30%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=30.81%
G=36.30%
B=32.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2082452220.1500.090.04142.764.9188.82
HexD0F5DEF0948f4159
Octal320365336170114217101131
Binary1101000011110101110111101111010011001000111110000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F5DE; }

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

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

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

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

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

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

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

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