Html Css Color HEX #E5EDC2 Frost

📋 copy color: '#E5EDC2'

red 229 ◦ green 237 ◦ blue 194

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

Shades of Frost #E5EDC2

Tints of Frost #E5EDC2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.91%

 BLUE value IS 194 (76.17% from 255) = 29.39%

R = 34.7%
G = 35.91%
B = 29.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#E5EDC2 (or 0xE5EDC2) is known color: Frost. HEX triplet: E5, ED and C2. RGB value is (229,237,194). Sum of RGB (Red+Green+Blue) = 229+237+194=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 237 (92.97% from 255 or 35.91% from 660); Blue value is 194 (76.17% from 255 or 29.39% from 660); Max value from RGB is 237 - color contains mainly: green. Hex color #E5EDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EDC2 is #1A123D. Grayscale: #E5E5E5. Windows color (decimal): -1708606 or 12774885. OLE color: 12774885.

HSL color Cylindrical-coordinate representation of color #E5EDC2: hue angle of 71.16º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5EDC2 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 229 237 194 -
CMYK 0.03 0 0.18 0.07
HSL 71.16º 0.54% 0.85% -
HSV(B) 71.16º 0.18% 0.93% -
XYZ 72.33 81.12 62.88 -
YUV 229.71 107.85 127.5 -
System Red Green Blue C M Y K H S L
Decimal 229 237 194 0.03 0 0.18 0.07 71.16 0.54 0.85
Hex E5 ED C2 3 0 12 7 47 36 55
Octal 345 355 302 3 0 22 7 107 66 125
Binary 11100101 11101101 11000010 11 0 10010 111 1000111 110110 1010101

Color Harmonies of #E5EDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EDC2

Black with #E5EDC2

Text Example


Text Example

White with #E5EDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EDC2; }

 p { color: rgb(229,237,194); }

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

background-color css

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

 a { background-color: rgb(229,237,194); }

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

border-color css

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

 span { border-color: rgb(229,237,194); }

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