#D6F0E5

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

Shades of White Ice #D6F0E5

Tints of White Ice #D6F0E5

Color information

#D6F0E5 (or 0xD6F0E5) is unknown color: approx White Ice. HEX triplet: D6, F0 and E5. RGB value is (214,240,229). Sum of RGB (Red+Green+Blue) = 214+240+229=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 240 (94.14% from 255 or 35.14% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0E5 is #290F1A. Grayscale: #E6E6E6. Windows color (decimal): -2690843 or 15069398. OLE color: 15069398.

HSL color Cylindrical-coordinate representation of color #D6F0E5: hue angle of 154.62º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0E5 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB214240229-
CMYK0.1100.050.06
HSL154.62º46.43%89.02%-
HSV(B)154.62º10.83%94.12%-
XYZ73.0382.2786.16-
YUV230.97126.89115.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.33%
GREEN value IS 240 (94.14% from 255) = 35.14%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=31.33%
G=35.14%
B=33.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402290.1100.050.06154.6246.4389.02
HexD6F0E5B0569b2e59
Octal3263603451305623356131
Binary11010110111100001110010110110101110100110111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0E5; }

 p { color: rgb(214,240,229); }

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

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

 a { background-color: rgb(214,240,229); }

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

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

 span { border-color: rgb(214,240,229); }

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