Html Css Color HEX #E5E9D0 Frost

📋 copy color: '#E5E9D0'

red 229 ◦ green 233 ◦ blue 208

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

Shades of Frost #E5E9D0

Tints of Frost #E5E9D0

RGB

 RED value IS 229 (89.84% from 255) = 34.18%

 GREEN value IS 233 (91.41% from 255) = 34.78%

 BLUE value IS 208 (81.64% from 255) = 31.04%

R = 34.18%
G = 34.78%
B = 31.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E5E9D0 (or 0xE5E9D0) is known color: Frost. HEX triplet: E5, E9 and D0. RGB value is (229,233,208). Sum of RGB (Red+Green+Blue) = 229+233+208=670 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.18% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 208 (81.64% from 255 or 31.04% from 670); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9D0 is #1A162F. Grayscale: #E5E5E5. Windows color (decimal): -1709616 or 13691365. OLE color: 13691365.

HSL color Cylindrical-coordinate representation of color #E5E9D0: hue angle of 69.6º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E5E9D0 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 233 208 -
CMYK 0.02 0 0.11 0.09
HSL 69.6º 0.36% 0.86% -
HSV(B) 69.6º 0.11% 0.91% -
XYZ 72.84 79.49 71.18 -
YUV 228.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 229 233 208 0.02 0 0.11 0.09 69.6 0.36 0.86
Hex E5 E9 D0 2 0 B 9 46 24 56
Octal 345 351 320 2 0 13 11 106 44 126
Binary 11100101 11101001 11010000 10 0 1011 1001 1000110 100100 1010110

Color Harmonies of #E5E9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E9D0

Black with #E5E9D0

Text Example


Text Example

White with #E5E9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E9D0; }

 p { color: rgb(229,233,208); }

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

background-color css

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

 a { background-color: rgb(229,233,208); }

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

border-color css

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

 span { border-color: rgb(229,233,208); }

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