Html Css Color HEX #E2E5CB Frost

📋 copy color: '#E2E5CB'

red 226 ◦ green 229 ◦ blue 203

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

Shades of Frost #E2E5CB

Tints of Frost #E2E5CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.85%

R = 34.35%
G = 34.8%
B = 30.85%

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

#E2E5CB (or 0xE2E5CB) is known color: Frost. HEX triplet: E2, E5 and CB. RGB value is (226,229,203). Sum of RGB (Red+Green+Blue) = 226+229+203=658 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.35% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5CB is #1D1A34. Grayscale: #E1E1E1. Windows color (decimal): -1907253 or 13362658. OLE color: 13362658.

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

Color convert

RGB 226 229 203 -
CMYK 0.01 0 0.11 0.10
HSL 66.92º 0.33% 0.85% -
HSV(B) 66.92º 0.11% 0.9% -
XYZ 70.16 76.52 67.57 -
YUV 225.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 226 229 203 0.01 0 0.11 0.10 66.92 0.33 0.85
Hex E2 E5 CB 1 0 B A 43 21 55
Octal 342 345 313 1 0 13 12 103 41 125
Binary 11100010 11100101 11001011 1 0 1011 1010 1000011 100001 1010101

Color Harmonies of #E2E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2E5CB

Black with #E2E5CB

Text Example


Text Example

White with #E2E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2E5CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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