#E0E1CB

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

Shades of Frost #E0E1CB

Tints of Frost #E0E1CB

Color information

#E0E1CB (or 0xE0E1CB) is unknown color: approx Frost. HEX triplet: E0, E1 and CB. RGB value is (224,225,203). Sum of RGB (Red+Green+Blue) = 224+225+203=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 225 (88.28% from 255 or 34.51% from 652); Blue value is 203 (79.69% from 255 or 31.13% from 652); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1CB is #1F1E34. Grayscale: #DEDEDE. Windows color (decimal): -2039349 or 13361632. OLE color: 13361632.

HSL color Cylindrical-coordinate representation of color #E0E1CB: hue angle of 62.73º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0E1CB is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224225203-
CMYK0.0000.100.12
HSL62.73º26.83%83.92%-
HSV(B)62.73º9.78%88.24%-
XYZ68.4574.0167.18-
YUV222.19117.17129.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 225 (88.28% from 255) = 34.51%
BLUE value IS 203 (79.69% from 255) = 31.13%
R=34.36%
G=34.51%
B=31.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242252030.0000.100.1262.7326.8383.92
HexE0E1CB00AC3f1b54
Octal3403413130012147733124
Binary1110000011100001110010110010101100111111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1CB; }

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

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

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

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

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

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

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

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