#E0EBD3

Color #E0EBD3 Frostee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Frostee #E0EBD3

Tints of Frostee #E0EBD3

Color information

#E0EBD3 (or 0xE0EBD3) is unknown color: approx Frostee. HEX triplet: E0, EB and D3. RGB value is (224,235,211). Sum of RGB (Red+Green+Blue) = 224+235+211=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBD3 is #1F142C. Grayscale: #E5E5E5. Windows color (decimal): -2036781 or 13888480. OLE color: 13888480.

HSL color Cylindrical-coordinate representation of color #E0EBD3: hue angle of 87.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EBD3 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB224235211-
CMYK0.0500.100.08
HSL87.5º37.5%87.45%-
HSV(B)87.5º10.21%92.16%-
XYZ72.2179.9773.26-
YUV228.98117.86124.45-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.43%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=33.43%
G=35.07%
B=31.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2242352110.0500.100.0887.537.587.45
HexE0EBD350A8582657
Octal34035332350121013046127
Binary11100000111010111101001110101010100010110001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EBD3; }

 p { color: rgb(224,235,211); }

 H1.HeaderClassName
 {
   color: #E0EBD3;
 }
 .AnyTagClassName
 {
   color: #E0EBD3;
 }
</style>
background-color css

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

 a { background-color: rgb(224,235,211); }

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

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

 span { border-color: rgb(224,235,211); }

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