Html Css Color HEX #E0E2CC Frost

📋 copy color: '#E0E2CC'

red 224 ◦ green 226 ◦ blue 204

#E0E2CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Frost #E0E2CC

Tints of Frost #E0E2CC

RGB

 RED value IS 224 (87.89% from 255) = 34.25%

 GREEN value IS 226 (88.67% from 255) = 34.56%

 BLUE value IS 204 (80.08% from 255) = 31.19%

R = 34.25%
G = 34.56%
B = 31.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E0E2CC (or 0xE0E2CC) is known color: Frost. HEX triplet: E0, E2 and CC. RGB value is (224,226,204). Sum of RGB (Red+Green+Blue) = 224+226+204=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2CC is #1F1D33. Grayscale: #DEDEDE. Windows color (decimal): -2039092 or 13427424. OLE color: 13427424.

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

Color convert

RGB 224 226 204 -
CMYK 0.01 0 0.10 0.11
HSL 65.45º 0.28% 0.84% -
HSV(B) 65.45º 0.1% 0.89% -
XYZ 68.84 74.6 67.9 -
YUV 222.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 224 226 204 0.01 0 0.10 0.11 65.45 0.28 0.84
Hex E0 E2 CC 1 0 A B 41 1C 54
Octal 340 342 314 1 0 12 13 101 34 124
Binary 11100000 11100010 11001100 1 0 1010 1011 1000001 11100 1010100

Color Harmonies of #E0E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0E2CC

Black with #E0E2CC

Text Example


Text Example

White with #E0E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0E2CC; }

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

 H1.HeaderClassName
 {
   color: #E0E2CC;
 }
 .AnyTagClassName
 {
   color: #E0E2CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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