Html Css Color HEX #E0ECD6 Frostee

📋 copy color: '#E0ECD6'

red 224 ◦ green 236 ◦ blue 214

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

Shades of Frostee #E0ECD6

Tints of Frostee #E0ECD6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.01%

 BLUE value IS 214 (83.98% from 255) = 31.75%

R = 33.23%
G = 35.01%
B = 31.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#E0ECD6 (or 0xE0ECD6) is known color: Frostee. HEX triplet: E0, EC and D6. RGB value is (224,236,214). Sum of RGB (Red+Green+Blue) = 224+236+214=674 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.23% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD6 is #1F1329. Grayscale: #E5E5E5. Windows color (decimal): -2036522 or 14085344. OLE color: 14085344.

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

Color convert

RGB 224 236 214 -
CMYK 0.05 0 0.09 0.07
HSL 92.73º 0.37% 0.88% -
HSV(B) 92.73º 0.09% 0.93% -
XYZ 72.87 80.69 75.35 -
YUV 229.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 224 236 214 0.05 0 0.09 0.07 92.73 0.37 0.88
Hex E0 EC D6 5 0 9 7 5D 25 58
Octal 340 354 326 5 0 11 7 135 45 130
Binary 11100000 11101100 11010110 101 0 1001 111 1011101 100101 1011000

Color Harmonies of #E0ECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0ECD6

Black with #E0ECD6

Text Example


Text Example

White with #E0ECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0ECD6; }

 p { color: rgb(224,236,214); }

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

background-color css

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

 a { background-color: rgb(224,236,214); }

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

border-color css

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

 span { border-color: rgb(224,236,214); }

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