#D0F7E2

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

Shades of White Ice #D0F7E2

Tints of White Ice #D0F7E2

Color information

#D0F7E2 (or 0xD0F7E2) is unknown color: approx White Ice. HEX triplet: D0, F7 and E2. RGB value is (208,247,226). Sum of RGB (Red+Green+Blue) = 208+247+226=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 247 (96.88% from 255 or 36.27% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7E2 is #2F081D. Grayscale: #E8E8E8. Windows color (decimal): -3082270 or 14874576. OLE color: 14874576.

HSL color Cylindrical-coordinate representation of color #D0F7E2: hue angle of 147.69º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7E2 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB208247226-
CMYK0.1600.090.03
HSL147.69º70.91%89.22%-
HSV(B)147.69º15.79%96.86%-
XYZ7385.4284.59-
YUV232.95124.08110.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 247 (96.88% from 255) = 36.27%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=30.54%
G=36.27%
B=33.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472260.1600.090.03147.6970.9189.22
HexD0F7E210093944759
Octal320367342200113224107131
Binary1101000011110111111000101000001001111001010010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7E2; }

 p { color: rgb(208,247,226); }

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

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

 a { background-color: rgb(208,247,226); }

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

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

 span { border-color: rgb(208,247,226); }

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