#D0F7E3

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

Shades of White Ice #D0F7E3

Tints of White Ice #D0F7E3

Color information

#D0F7E3 (or 0xD0F7E3) is unknown color: approx White Ice. HEX triplet: D0, F7 and E3. RGB value is (208,247,227). Sum of RGB (Red+Green+Blue) = 208+247+227=682 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.50% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7E3 is #2F081C. Grayscale: #E9E9E9. Windows color (decimal): -3082269 or 14940112. OLE color: 14940112.

HSL color Cylindrical-coordinate representation of color #D0F7E3: hue angle of 149.23º 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 #D0F7E3 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB208247227-
CMYK0.1600.080.03
HSL149.23º70.91%89.22%-
HSV(B)149.23º15.79%96.86%-
XYZ73.1485.4885.32-
YUV233.06124.58110.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.50%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=30.50%
G=36.22%
B=33.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472270.1600.080.03149.2370.9189.22
HexD0F7E310083954759
Octal320367343200103225107131
Binary1101000011110111111000111000001000111001010110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7E3; }

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

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

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

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

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

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

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

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