#D0FAE6

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

Shades of White Ice #D0FAE6

Tints of White Ice #D0FAE6

Color information

#D0FAE6 (or 0xD0FAE6) is unknown color: approx White Ice. HEX triplet: D0, FA and E6. RGB value is (208,250,230). Sum of RGB (Red+Green+Blue) = 208+250+230=688 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.23% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAE6 is #2F0519. Grayscale: #EBEBEB. Windows color (decimal): -3081498 or 15137488. OLE color: 15137488.

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

Color convert

RGB208250230-
CMYK0.1700.080.02
HSL151.43º80.77%89.8%-
HSV(B)151.43º16.8%98.04%-
XYZ74.4887.4987.83-
YUV235.16125.09108.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.23%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 230 (90.23% from 255) = 33.43%
R=30.23%
G=36.34%
B=33.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502300.1700.080.02151.4380.7789.8
HexD0FAE61108297515a
Octal320372346210102227121132
Binary1101000011111010111001101000101000101001011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAE6; }

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

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

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

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

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

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

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

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