Html Css Color HEX #E0EED4 Frostee

📋 copy color: '#E0EED4'

red 224 ◦ green 238 ◦ blue 212

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

Shades of Frostee #E0EED4

Tints of Frostee #E0EED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.45%

R = 33.23%
G = 35.31%
B = 31.45%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#E0EED4 (or 0xE0EED4) is known color: Frostee. HEX triplet: E0, EE and D4. RGB value is (224,238,212). Sum of RGB (Red+Green+Blue) = 224+238+212=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 212 (83.20% from 255 or 31.45% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED4 is #1F112B. Grayscale: #E6E6E6. Windows color (decimal): -2036012 or 13954784. OLE color: 13954784.

HSL color Cylindrical-coordinate representation of color #E0EED4: hue angle of 92.31º 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 #E0EED4 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 238 212 -
CMYK 0.06 0 0.11 0.07
HSL 92.31º 0.43% 0.88% -
HSV(B) 92.31º 0.11% 0.93% -
XYZ 73.2 81.75 74.21 -
YUV 230.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 224 238 212 0.06 0 0.11 0.07 92.31 0.43 0.88
Hex E0 EE D4 6 0 B 7 5C 2B 58
Octal 340 356 324 6 0 13 7 134 53 130
Binary 11100000 11101110 11010100 110 0 1011 111 1011100 101011 1011000

Color Harmonies of #E0EED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EED4

Black with #E0EED4

Text Example


Text Example

White with #E0EED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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