#D7E7CC

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

Shades of Frostee #D7E7CC

Tints of Frostee #D7E7CC

Color information

#D7E7CC (or 0xD7E7CC) is unknown color: approx Frostee. HEX triplet: D7, E7 and CC. RGB value is (215,231,204). Sum of RGB (Red+Green+Blue) = 215+231+204=650 (86% of max value = 765). Red value is 215 (84.38% from 255 or 33.08% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7E7CC is #281833. Grayscale: #DFDFDF. Windows color (decimal): -2627636 or 13428695. OLE color: 13428695.

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

Color convert

RGB215231204-
CMYK0.0700.120.09
HSL95.56º36%85.29%-
HSV(B)95.56º11.69%90.59%-
XYZ67.575.9668.23-
YUV223.14117.2122.2-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.08%
GREEN value IS 231 (90.62% from 255) = 35.54%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=33.08%
G=35.54%
B=31.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2152312040.0700.120.0995.563685.29
HexD7E7CC70C9602455
Octal32734731470141114044125
Binary11010111111001111100110011101100100111000001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E7CC; }

 p { color: rgb(215,231,204); }

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

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

 a { background-color: rgb(215,231,204); }

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

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

 span { border-color: rgb(215,231,204); }

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