Html Css Color HEX #E0EABD Frost

📋 copy color: '#E0EABD'

red 224 ◦ green 234 ◦ blue 189

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

Shades of Frost #E0EABD

Tints of Frost #E0EABD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.17%

 BLUE value IS 189 (74.22% from 255) = 29.21%

R = 34.62%
G = 36.17%
B = 29.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#E0EABD (or 0xE0EABD) is known color: Frost. HEX triplet: E0, EA and BD. RGB value is (224,234,189). Sum of RGB (Red+Green+Blue) = 224+234+189=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EABD is #1F1542. Grayscale: #E2E2E2. Windows color (decimal): -2037059 or 12446432. OLE color: 12446432.

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

Color convert

RGB 224 234 189 -
CMYK 0.04 0 0.19 0.08
HSL 73.33º 0.52% 0.83% -
HSV(B) 73.33º 0.19% 0.92% -
XYZ 69.35 78.37 59.62 -
YUV 225.88 107.19 126.66 -
System Red Green Blue C M Y K H S L
Decimal 224 234 189 0.04 0 0.19 0.08 73.33 0.52 0.83
Hex E0 EA BD 4 0 13 8 49 34 53
Octal 340 352 275 4 0 23 10 111 64 123
Binary 11100000 11101010 10111101 100 0 10011 1000 1001001 110100 1010011

Color Harmonies of #E0EABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EABD

Black with #E0EABD

Text Example


Text Example

White with #E0EABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EABD; }

 p { color: rgb(224,234,189); }

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

background-color css

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

 a { background-color: rgb(224,234,189); }

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

border-color css

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

 span { border-color: rgb(224,234,189); }

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