Html Css Color HEX #E1EDD2 Frostee

📋 copy color: '#E1EDD2'

red 225 ◦ green 237 ◦ blue 210

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

Shades of Frostee #E1EDD2

Tints of Frostee #E1EDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 31.25%

R = 33.48%
G = 35.27%
B = 31.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#E1EDD2 (or 0xE1EDD2) is known color: Frostee. HEX triplet: E1, ED and D2. RGB value is (225,237,210). Sum of RGB (Red+Green+Blue) = 225+237+210=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDD2 is #1E122D. Grayscale: #E6E6E6. Windows color (decimal): -1970734 or 13823457. OLE color: 13823457.

HSL color Cylindrical-coordinate representation of color #E1EDD2: hue angle of 86.67º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1EDD2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 237 210 -
CMYK 0.05 0 0.11 0.07
HSL 86.67º 0.43% 0.88% -
HSV(B) 86.67º 0.11% 0.93% -
XYZ 72.97 81.23 72.81 -
YUV 230.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 225 237 210 0.05 0 0.11 0.07 86.67 0.43 0.88
Hex E1 ED D2 5 0 B 7 57 2B 58
Octal 341 355 322 5 0 13 7 127 53 130
Binary 11100001 11101101 11010010 101 0 1011 111 1010111 101011 1011000

Color Harmonies of #E1EDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1EDD2

Black with #E1EDD2

Text Example


Text Example

White with #E1EDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1EDD2; }

 p { color: rgb(225,237,210); }

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

background-color css

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

 a { background-color: rgb(225,237,210); }

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

border-color css

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

 span { border-color: rgb(225,237,210); }

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