#D6E8C8

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

Shades of Frostee #D6E8C8

Tints of Frostee #D6E8C8

Color information

#D6E8C8 (or 0xD6E8C8) is unknown color: approx Frostee. HEX triplet: D6, E8 and C8. RGB value is (214,232,200). Sum of RGB (Red+Green+Blue) = 214+232+200=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 200 (78.52% from 255 or 30.96% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8C8 is #291737. Grayscale: #DFDFDF. Windows color (decimal): -2692920 or 13166806. OLE color: 13166806.

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

Color convert

RGB214232200-
CMYK0.0800.140.09
HSL93.75º41.03%84.71%-
HSV(B)93.75º13.79%90.98%-
XYZ67.0176.1865.82-
YUV222.97115.04121.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.13%
GREEN value IS 232 (91.02% from 255) = 35.91%
BLUE value IS 200 (78.52% from 255) = 30.96%
R=33.13%
G=35.91%
B=30.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142322000.0800.140.0993.7541.0384.71
HexD6E8C880E95e2955
Octal326350310100161113651125
Binary110101101110100011001000100001110100110111101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E8C8; }

 p { color: rgb(214,232,200); }

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

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

 a { background-color: rgb(214,232,200); }

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

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

 span { border-color: rgb(214,232,200); }

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