#D6E7C6

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

Shades of Frostee #D6E7C6

Tints of Frostee #D6E7C6

Color information

#D6E7C6 (or 0xD6E7C6) is unknown color: approx Frostee. HEX triplet: D6, E7 and C6. RGB value is (214,231,198). Sum of RGB (Red+Green+Blue) = 214+231+198=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7C6 is #291839. Grayscale: #DEDEDE. Windows color (decimal): -2693178 or 13035478. OLE color: 13035478.

HSL color Cylindrical-coordinate representation of color #D6E7C6: hue angle of 90.91º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6E7C6 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB214231198-
CMYK0.0700.140.09
HSL90.91º40.74%84.12%-
HSV(B)90.91º14.29%90.59%-
XYZ66.575.5364.5-
YUV222.15114.37122.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 231 (90.62% from 255) = 35.93%
BLUE value IS 198 (77.73% from 255) = 30.79%
R=33.28%
G=35.93%
B=30.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142311980.0700.140.0990.9140.7484.12
HexD6E7C670E95b2954
Octal32634730670161113351124
Binary11010110111001111100011011101110100110110111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E7C6; }

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

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

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

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

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

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

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

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