#E1E5CB

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

Shades of Frost #E1E5CB

Tints of Frost #E1E5CB

Color information

#E1E5CB (or 0xE1E5CB) is unknown color: approx Frost. HEX triplet: E1, E5 and CB. RGB value is (225,229,203). Sum of RGB (Red+Green+Blue) = 225+229+203=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E5CB is #1E1A34. Grayscale: #E0E0E0. Windows color (decimal): -1972789 or 13362657. OLE color: 13362657.

HSL color Cylindrical-coordinate representation of color #E1E5CB: hue angle of 69.23º degrees, saturation: 0.33, 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 #E1E5CB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB225229203-
CMYK0.0200.110.10
HSL69.23º33.33%84.71%-
HSV(B)69.23º11.35%89.8%-
XYZ69.8576.3667.56-
YUV224.84115.67128.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.25%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 203 (79.69% from 255) = 30.90%
R=34.25%
G=34.86%
B=30.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2252292030.0200.110.1069.2333.3384.71
HexE1E5CB20BA452155
Octal34134531320131210541125
Binary1110000111100101110010111001011101010001011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E5CB; }

 p { color: rgb(225,229,203); }

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

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

 a { background-color: rgb(225,229,203); }

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

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

 span { border-color: rgb(225,229,203); }

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