#D7E9C3

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

Shades of Frostee #D7E9C3

Tints of Frostee #D7E9C3

Color information

#D7E9C3 (or 0xD7E9C3) is unknown color: approx Frostee. HEX triplet: D7, E9 and C3. RGB value is (215,233,195). Sum of RGB (Red+Green+Blue) = 215+233+195=643 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.44% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E9C3 is #28163C. Grayscale: #DFDFDF. Windows color (decimal): -2627133 or 12839383. OLE color: 12839383.

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

Color convert

RGB215233195-
CMYK0.0800.160.09
HSL88.42º46.34%83.92%-
HSV(B)88.42º16.31%91.37%-
XYZ67.0176.6762.9-
YUV223.29112.04122.09-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.44%
GREEN value IS 233 (91.41% from 255) = 36.24%
BLUE value IS 195 (76.56% from 255) = 30.33%
R=33.44%
G=36.24%
B=30.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152331950.0800.160.0988.4246.3483.92
HexD7E9C380109582e54
Octal327351303100201113056124
Binary1101011111101001110000111000010000100110110001011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E9C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E9C3; }

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

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

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

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

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

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

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

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