#D6FCE7

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

Shades of White Ice #D6FCE7

Tints of White Ice #D6FCE7

Color information

#D6FCE7 (or 0xD6FCE7) is unknown color: approx White Ice. HEX triplet: D6, FC and E7. RGB value is (214,252,231). Sum of RGB (Red+Green+Blue) = 214+252+231=697 (92% of max value = 765). Red value is 214 (83.98% from 255 or 30.70% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 231 (90.62% from 255 or 33.14% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #D6FCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FCE7 is #290318. Grayscale: #EEEEEE. Windows color (decimal): -2687769 or 15203542. OLE color: 15203542.

HSL color Cylindrical-coordinate representation of color #D6FCE7: hue angle of 146.84º degrees, saturation: 0.86, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6FCE7 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB214252231-
CMYK0.1500.080.01
HSL146.84º86.36%91.37%-
HSV(B)146.84º15.08%98.82%-
XYZ76.9789.6988.86-
YUV238.24123.91110.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.70%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 231 (90.62% from 255) = 33.14%
R=30.70%
G=36.15%
B=33.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142522310.1500.080.01146.8486.3691.37
HexD6FCE7F08193565b
Octal326374347170101223126133
Binary11010110111111001110011111110100011001001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FCE7; }

 p { color: rgb(214,252,231); }

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

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

 a { background-color: rgb(214,252,231); }

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

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

 span { border-color: rgb(214,252,231); }

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