#E5E6CC

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

Shades of Frost #E5E6CC

Tints of Frost #E5E6CC

Color information

#E5E6CC (or 0xE5E6CC) is unknown color: approx Frost. HEX triplet: E5, E6 and CC. RGB value is (229,230,204). Sum of RGB (Red+Green+Blue) = 229+230+204=663 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.54% from 663); Green value is 230 (90.23% from 255 or 34.69% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 230 - color contains mainly: green. Hex color #E5E6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E6CC is #1A1933. Grayscale: #E2E2E2. Windows color (decimal): -1710388 or 13428453. OLE color: 13428453.

HSL color Cylindrical-coordinate representation of color #E5E6CC: hue angle of 62.31º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E6CC is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB229230204-
CMYK0.0000.110.10
HSL62.31º34.21%85.1%-
HSV(B)62.31º11.3%90.2%-
XYZ71.5177.6168.34-
YUV226.74115.17129.61-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.54%
GREEN value IS 230 (90.23% from 255) = 34.69%
BLUE value IS 204 (80.08% from 255) = 30.77%
R=34.54%
G=34.69%
B=30.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292302040.0000.110.1062.3134.2185.1
HexE5E6CC00BA3e2255
Octal3453463140013127642125
Binary11100101111001101100110000101110101111101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5E6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5E6CC; }

 p { color: rgb(229,230,204); }

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

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

 a { background-color: rgb(229,230,204); }

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

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

 span { border-color: rgb(229,230,204); }

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