#D6FFEC

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

Shades of White Ice #D6FFEC

Tints of White Ice #D6FFEC

Color information

#D6FFEC (or 0xD6FFEC) is unknown color: approx White Ice. HEX triplet: D6, FF and EC. RGB value is (214,255,236). Sum of RGB (Red+Green+Blue) = 214+255+236=705 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.35% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 236 (92.58% from 255 or 33.48% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FFEC is #290013. Grayscale: #F0F0F0. Windows color (decimal): -2686996 or 15531990. OLE color: 15531990.

HSL color Cylindrical-coordinate representation of color #D6FFEC: hue angle of 152.2º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FFEC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB214255236-
CMYK0.1600.070
HSL152.2º100%91.96%-
HSV(B)152.2º16.08%100%-
XYZ78.6391.8792.95-
YUV240.58125.42109.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.35%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 236 (92.58% from 255) = 33.48%
R=30.35%
G=36.17%
B=33.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552360.1600.070152.210091.96
HexD6FFEC1007098645c
Octal32637735420070230144134
Binary11010110111111111110110010000011101001100011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFEC; }

 p { color: rgb(214,255,236); }

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

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

 a { background-color: rgb(214,255,236); }

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

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

 span { border-color: rgb(214,255,236); }

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