Html Css Color HEX #E1E5BF Frost

📋 copy color: '#E1E5BF'

red 225 ◦ green 229 ◦ blue 191

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

Shades of Frost #E1E5BF

Tints of Frost #E1E5BF

RGB

 RED value IS 225 (88.28% from 255) = 34.88%

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

 BLUE value IS 191 (75% from 255) = 29.61%

R = 34.88%
G = 35.5%
B = 29.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E1E5BF (or 0xE1E5BF) is known color: Frost. HEX triplet: E1, E5 and BF. RGB value is (225,229,191). Sum of RGB (Red+Green+Blue) = 225+229+191=645 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.88% from 645); Green value is 229 (89.84% from 255 or 35.50% from 645); Blue value is 191 (75% from 255 or 29.61% from 645); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E5BF is #1E1A40. Grayscale: #DFDFDF. Windows color (decimal): -1972801 or 12576225. OLE color: 12576225.

HSL color Cylindrical-coordinate representation of color #E1E5BF: hue angle of 66.32º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1E5BF is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 229 191 -
CMYK 0.02 0 0.17 0.10
HSL 66.32º 0.42% 0.82% -
HSV(B) 66.32º 0.17% 0.9% -
XYZ 68.47 75.81 60.31 -
YUV 223.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 225 229 191 0.02 0 0.17 0.10 66.32 0.42 0.82
Hex E1 E5 BF 2 0 11 A 42 2A 52
Octal 341 345 277 2 0 21 12 102 52 122
Binary 11100001 11100101 10111111 10 0 10001 1010 1000010 101010 1010010

Color Harmonies of #E1E5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E5BF

Black with #E1E5BF

Text Example


Text Example

White with #E1E5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E5BF; }

 p { color: rgb(225,229,191); }

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

background-color css

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

 a { background-color: rgb(225,229,191); }

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

border-color css

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

 span { border-color: rgb(225,229,191); }

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