#E0E1CD

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

Shades of Frost #E0E1CD

Tints of Frost #E0E1CD

Color information

#E0E1CD (or 0xE0E1CD) is unknown color: approx Frost. HEX triplet: E0, E1 and CD. RGB value is (224,225,205). Sum of RGB (Red+Green+Blue) = 224+225+205=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 225 (88.28% from 255 or 34.40% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1CD is #1F1E32. Grayscale: #DEDEDE. Windows color (decimal): -2039347 or 13492704. OLE color: 13492704.

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

Color convert

RGB224225205-
CMYK0.0000.090.12
HSL63º25%84.31%-
HSV(B)63º8.89%88.24%-
XYZ68.6974.1168.44-
YUV222.42118.17129.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 225 (88.28% from 255) = 34.40%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=34.25%
G=34.40%
B=31.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242252050.0000.090.12632584.31
HexE0E1CD009C3f1954
Octal3403413150011147731124
Binary1110000011100001110011010010011100111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1CD; }

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

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

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

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

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

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

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

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