Html Css Color HEX #E0EFCD Frostee

📋 copy color: '#E0EFCD'

red 224 ◦ green 239 ◦ blue 205

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

Shades of Frostee #E0EFCD

Tints of Frostee #E0EFCD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.78%

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

R = 33.53%
G = 35.78%
B = 30.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#E0EFCD (or 0xE0EFCD) is known color: Frostee. HEX triplet: E0, EF and CD. RGB value is (224,239,205). Sum of RGB (Red+Green+Blue) = 224+239+205=668 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.53% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFCD is #1F1032. Grayscale: #E6E6E6. Windows color (decimal): -2035763 or 13496288. OLE color: 13496288.

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

Color convert

RGB 224 239 205 -
CMYK 0.06 0 0.14 0.06
HSL 86.47º 0.52% 0.87% -
HSV(B) 86.47º 0.14% 0.94% -
XYZ 72.63 81.99 69.76 -
YUV 230.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 224 239 205 0.06 0 0.14 0.06 86.47 0.52 0.87
Hex E0 EF CD 6 0 E 6 56 34 57
Octal 340 357 315 6 0 16 6 126 64 127
Binary 11100000 11101111 11001101 110 0 1110 110 1010110 110100 1010111

Color Harmonies of #E0EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0EFCD

Black with #E0EFCD

Text Example


Text Example

White with #E0EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0EFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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