#D6FAEC

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

Shades of White Ice #D6FAEC

Tints of White Ice #D6FAEC

Color information

#D6FAEC (or 0xD6FAEC) is unknown color: approx White Ice. HEX triplet: D6, FA and EC. RGB value is (214,250,236). Sum of RGB (Red+Green+Blue) = 214+250+236=700 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.57% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FAEC is #290513. Grayscale: #EDEDED. Windows color (decimal): -2688276 or 15530710. OLE color: 15530710.

HSL color Cylindrical-coordinate representation of color #D6FAEC: hue angle of 156.67º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FAEC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB214250236-
CMYK0.1400.060.02
HSL156.67º78.26%90.98%-
HSV(B)156.67º14.4%98.04%-
XYZ77.0688.7292.42-
YUV237.64127.07111.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.57%
GREEN value IS 250 (98.05% from 255) = 35.71%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=30.57%
G=35.71%
B=33.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502360.1400.060.02156.6778.2690.98
HexD6FAECE0629d4e5b
Octal32637235416062235116133
Binary11010110111110101110110011100110101001110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FAEC; }

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

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

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

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

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

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

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

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