Html Css Color HEX #E0EED1 Frostee

📋 copy color: '#E0EED1'

red 224 ◦ green 238 ◦ blue 209

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

Shades of Frostee #E0EED1

Tints of Frostee #E0EED1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.47%

 BLUE value IS 209 (82.03% from 255) = 31.15%

R = 33.38%
G = 35.47%
B = 31.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#E0EED1 (or 0xE0EED1) is known color: Frostee. HEX triplet: E0, EE and D1. RGB value is (224,238,209). Sum of RGB (Red+Green+Blue) = 224+238+209=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 209 (82.03% from 255 or 31.15% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED1 is #1F112E. Grayscale: #E6E6E6. Windows color (decimal): -2036015 or 13758176. OLE color: 13758176.

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

Color convert

RGB 224 238 209 -
CMYK 0.06 0 0.12 0.07
HSL 88.97º 0.46% 0.88% -
HSV(B) 88.97º 0.12% 0.93% -
XYZ 72.82 81.6 72.23 -
YUV 230.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 224 238 209 0.06 0 0.12 0.07 88.97 0.46 0.88
Hex E0 EE D1 6 0 C 7 59 2E 58
Octal 340 356 321 6 0 14 7 131 56 130
Binary 11100000 11101110 11010001 110 0 1100 111 1011001 101110 1011000

Color Harmonies of #E0EED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EED1

Black with #E0EED1

Text Example


Text Example

White with #E0EED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EED1; }

 p { color: rgb(224,238,209); }

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

background-color css

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

 a { background-color: rgb(224,238,209); }

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

border-color css

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

 span { border-color: rgb(224,238,209); }

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