#D7E9C9

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

Shades of Frostee #D7E9C9

Tints of Frostee #D7E9C9

Color information

#D7E9C9 (or 0xD7E9C9) is unknown color: approx Frostee. HEX triplet: D7, E9 and C9. RGB value is (215,233,201). Sum of RGB (Red+Green+Blue) = 215+233+201=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 233 (91.41% from 255 or 35.90% from 649); Blue value is 201 (78.91% from 255 or 30.97% from 649); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9C9 is #281636. Grayscale: #E0E0E0. Windows color (decimal): -2627127 or 13232599. OLE color: 13232599.

HSL color Cylindrical-coordinate representation of color #D7E9C9: hue angle of 93.75º degrees, saturation: 0.42, 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 #D7E9C9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB215233201-
CMYK0.0800.140.09
HSL93.75º42.11%85.1%-
HSV(B)93.75º13.73%91.37%-
XYZ67.7176.9466.54-
YUV223.97115.04121.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.13%
GREEN value IS 233 (91.41% from 255) = 35.90%
BLUE value IS 201 (78.91% from 255) = 30.97%
R=33.13%
G=35.90%
B=30.97%

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
Decimal2152332010.0800.140.0993.7542.1185.1
HexD7E9C980E95e2a55
Octal327351311100161113652125
Binary110101111110100111001001100001110100110111101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E9C9; }

 p { color: rgb(215,233,201); }

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

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

 a { background-color: rgb(215,233,201); }

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

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

 span { border-color: rgb(215,233,201); }

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