Html Css Color HEX #E2E5CC Frost

📋 copy color: '#E2E5CC'

red 226 ◦ green 229 ◦ blue 204

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

Shades of Frost #E2E5CC

Tints of Frost #E2E5CC

RGB

 RED value IS 226 (88.67% from 255) = 34.29%

 GREEN value IS 229 (89.84% from 255) = 34.75%

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

R = 34.29%
G = 34.75%
B = 30.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E2E5CC (or 0xE2E5CC) is known color: Frost. HEX triplet: E2, E5 and CC. RGB value is (226,229,204). Sum of RGB (Red+Green+Blue) = 226+229+204=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 229 (89.84% from 255 or 34.75% from 659); Blue value is 204 (80.08% from 255 or 30.96% from 659); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5CC is #1D1A33. Grayscale: #E1E1E1. Windows color (decimal): -1907252 or 13428194. OLE color: 13428194.

HSL color Cylindrical-coordinate representation of color #E2E5CC: hue angle of 67.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2E5CC is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 229 204 -
CMYK 0.01 0 0.11 0.10
HSL 67.2º 0.32% 0.85% -
HSV(B) 67.2º 0.11% 0.9% -
XYZ 70.28 76.57 68.2 -
YUV 225.25 116.01 128.53 -
System Red Green Blue C M Y K H S L
Decimal 226 229 204 0.01 0 0.11 0.10 67.2 0.32 0.85
Hex E2 E5 CC 1 0 B A 43 20 55
Octal 342 345 314 1 0 13 12 103 40 125
Binary 11100010 11100101 11001100 1 0 1011 1010 1000011 100000 1010101

Color Harmonies of #E2E5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E5CC

Black with #E2E5CC

Text Example


Text Example

White with #E2E5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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