Html Css Color HEX #E1EBC0 Frost

📋 copy color: '#E1EBC0'

red 225 ◦ green 235 ◦ blue 192

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

Shades of Frost #E1EBC0

Tints of Frost #E1EBC0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.04%

 BLUE value IS 192 (75.39% from 255) = 29.45%

R = 34.51%
G = 36.04%
B = 29.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#E1EBC0 (or 0xE1EBC0) is known color: Frost. HEX triplet: E1, EB and C0. RGB value is (225,235,192). Sum of RGB (Red+Green+Blue) = 225+235+192=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBC0 is #1E143F. Grayscale: #E3E3E3. Windows color (decimal): -1971264 or 12643297. OLE color: 12643297.

HSL color Cylindrical-coordinate representation of color #E1EBC0: hue angle of 73.95º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1EBC0 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 225 235 192 -
CMYK 0.04 0 0.18 0.08
HSL 73.95º 0.52% 0.84% -
HSV(B) 73.95º 0.18% 0.92% -
XYZ 70.27 79.23 61.46 -
YUV 227.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 225 235 192 0.04 0 0.18 0.08 73.95 0.52 0.84
Hex E1 EB C0 4 0 12 8 4A 34 54
Octal 341 353 300 4 0 22 10 112 64 124
Binary 11100001 11101011 11000000 100 0 10010 1000 1001010 110100 1010100

Color Harmonies of #E1EBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EBC0

Black with #E1EBC0

Text Example


Text Example

White with #E1EBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EBC0; }

 p { color: rgb(225,235,192); }

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

background-color css

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

 a { background-color: rgb(225,235,192); }

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

border-color css

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

 span { border-color: rgb(225,235,192); }

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