#D7E8CA

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

Shades of Frostee #D7E8CA

Tints of Frostee #D7E8CA

Color information

#D7E8CA (or 0xD7E8CA) is unknown color: approx Frostee. HEX triplet: D7, E8 and CA. RGB value is (215,232,202). Sum of RGB (Red+Green+Blue) = 215+232+202=649 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.13% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E8CA is #281735. Grayscale: #DFDFDF. Windows color (decimal): -2627382 or 13297879. OLE color: 13297879.

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

Color convert

RGB215232202-
CMYK0.0700.130.09
HSL94º39.47%85.1%-
HSV(B)94º12.93%90.98%-
XYZ67.5476.4267.07-
YUV223.5115.87121.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.13%
GREEN value IS 232 (91.02% from 255) = 35.75%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=33.13%
G=35.75%
B=31.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152322020.0700.130.099439.4785.1
HexD7E8CA70D95e2755
Octal32735031270151113647125
Binary11010111111010001100101011101101100110111101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E8CA; }

 p { color: rgb(215,232,202); }

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

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

 a { background-color: rgb(215,232,202); }

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

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

 span { border-color: rgb(215,232,202); }

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