#D0FAE2

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

Shades of White Ice #D0FAE2

Tints of White Ice #D0FAE2

Color information

#D0FAE2 (or 0xD0FAE2) is unknown color: approx White Ice. HEX triplet: D0, FA and E2. RGB value is (208,250,226). Sum of RGB (Red+Green+Blue) = 208+250+226=684 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.41% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 226 (88.67% from 255 or 33.04% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FAE2 is #2F051D. Grayscale: #EAEAEA. Windows color (decimal): -3081502 or 14875344. OLE color: 14875344.

HSL color Cylindrical-coordinate representation of color #D0FAE2: hue angle of 145.71º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAE2 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB208250226-
CMYK0.1700.100.02
HSL145.71º80.77%89.8%-
HSV(B)145.71º16.8%98.04%-
XYZ73.9387.2784.9-
YUV234.71123.09108.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.41%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 226 (88.67% from 255) = 33.04%
R=30.41%
G=36.55%
B=33.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502260.1700.100.02145.7180.7789.8
HexD0FAE2110A292515a
Octal320372342210122222121132
Binary1101000011111010111000101000101010101001001010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAE2; }

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

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

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

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

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

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

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

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