#D0F0DF

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

Shades of White Ice #D0F0DF

Tints of White Ice #D0F0DF

Color information

#D0F0DF (or 0xD0F0DF) is unknown color: approx White Ice. HEX triplet: D0, F0 and DF. RGB value is (208,240,223). Sum of RGB (Red+Green+Blue) = 208+240+223=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 240 (94.14% from 255 or 35.77% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F0DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F0DF is #2F0F20. Grayscale: #E4E4E4. Windows color (decimal): -3084065 or 14676176. OLE color: 14676176.

HSL color Cylindrical-coordinate representation of color #D0F0DF: hue angle of 148.12º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0F0DF is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB208240223-
CMYK0.1300.070.06
HSL148.12º51.61%87.84%-
HSV(B)148.12º13.33%94.12%-
XYZ70.4981.0681.74-
YUV228.49124.9113.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.00%
GREEN value IS 240 (94.14% from 255) = 35.77%
BLUE value IS 223 (87.5% from 255) = 33.23%
R=31.00%
G=35.77%
B=33.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082402230.1300.070.06148.1251.6187.84
HexD0F0DFD076943458
Octal3203603371507622464130
Binary11010000111100001101111111010111110100101001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F0DF; }

 p { color: rgb(208,240,223); }

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

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

 a { background-color: rgb(208,240,223); }

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

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

 span { border-color: rgb(208,240,223); }

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