#E0E4CD

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

Shades of Frost #E0E4CD

Tints of Frost #E0E4CD

Color information

#E0E4CD (or 0xE0E4CD) is unknown color: approx Frost. HEX triplet: E0, E4 and CD. RGB value is (224,228,205). Sum of RGB (Red+Green+Blue) = 224+228+205=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 228 - color contains mainly: green. Hex color #E0E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E4CD is #1F1B32. Grayscale: #E0E0E0. Windows color (decimal): -2038579 or 13493472. OLE color: 13493472.

HSL color Cylindrical-coordinate representation of color #E0E4CD: hue angle of 70.43º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0E4CD is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB224228205-
CMYK0.0200.100.11
HSL70.43º29.87%84.9%-
HSV(B)70.43º10.09%89.41%-
XYZ69.575.7468.71-
YUV224.18117.17127.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=34.09%
G=34.70%
B=31.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242282050.0200.100.1170.4329.8784.9
HexE0E4CD20AB461e55
Octal34034431520121310636125
Binary111000001110010011001101100101010111000110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E4CD; }

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

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

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

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

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

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

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

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