#E0E3CC

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

Shades of Frost #E0E3CC

Tints of Frost #E0E3CC

Color information

#E0E3CC (or 0xE0E3CC) is unknown color: approx Frost. HEX triplet: E0, E3 and CC. RGB value is (224,227,204). Sum of RGB (Red+Green+Blue) = 224+227+204=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 227 (89.06% from 255 or 34.66% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 227 - color contains mainly: green. Hex color #E0E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E3CC is #1F1C33. Grayscale: #DFDFDF. Windows color (decimal): -2038836 or 13427680. OLE color: 13427680.

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

Color convert

RGB224227204-
CMYK0.0100.100.11
HSL67.83º29.11%84.51%-
HSV(B)67.83º10.13%89.02%-
XYZ69.1175.1567.99-
YUV223.48117.01128.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 227 (89.06% from 255) = 34.66%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=34.20%
G=34.66%
B=31.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242272040.0100.100.1167.8329.1184.51
HexE0E3CC10AB441d55
Octal34034331410121310435125
Binary11100000111000111100110010101010111000100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E3CC; }

 p { color: rgb(224,227,204); }

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

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

 a { background-color: rgb(224,227,204); }

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

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

 span { border-color: rgb(224,227,204); }

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