Html Css Color HEX #E0F0CD Frostee

📋 copy color: '#E0F0CD'

red 224 ◦ green 240 ◦ blue 205

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

Shades of Frostee #E0F0CD

Tints of Frostee #E0F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.87%

 BLUE value IS 205 (80.47% from 255) = 30.64%

R = 33.48%
G = 35.87%
B = 30.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#E0F0CD (or 0xE0F0CD) is known color: Frostee. HEX triplet: E0, F0 and CD. RGB value is (224,240,205). Sum of RGB (Red+Green+Blue) = 224+240+205=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F0CD is #1F0F32. Grayscale: #E7E7E7. Windows color (decimal): -2035507 or 13496544. OLE color: 13496544.

HSL color Cylindrical-coordinate representation of color #E0F0CD: hue angle of 87.43º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E0F0CD is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 224 240 205 -
CMYK 0.07 0 0.15 0.06
HSL 87.43º 0.54% 0.87% -
HSV(B) 87.43º 0.15% 0.94% -
XYZ 72.92 82.58 69.85 -
YUV 231.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 224 240 205 0.07 0 0.15 0.06 87.43 0.54 0.87
Hex E0 F0 CD 7 0 F 6 57 36 57
Octal 340 360 315 7 0 17 6 127 66 127
Binary 11100000 11110000 11001101 111 0 1111 110 1010111 110110 1010111

Color Harmonies of #E0F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F0CD

Black with #E0F0CD

Text Example


Text Example

White with #E0F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F0CD; }

 p { color: rgb(224,240,205); }

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

background-color css

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

 a { background-color: rgb(224,240,205); }

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

border-color css

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

 span { border-color: rgb(224,240,205); }

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