#FFE0DC

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

Shades of Misty Rose #FFE0DC

Tints of Misty Rose #FFE0DC

Color information

#FFE0DC (or 0xFFE0DC) is unknown color: approx Misty Rose. HEX triplet: FF, E0 and DC. RGB value is (255,224,220). Sum of RGB (Red+Green+Blue) = 255+224+220=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 224 (87.89% from 255 or 32.05% from 699); Blue value is 220 (86.33% from 255 or 31.47% from 699); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE0DC is #001F23. Grayscale: #E8E8E8. Windows color (decimal): -7972 or 14475519. OLE color: 14475519.

HSL color Cylindrical-coordinate representation of color #FFE0DC: hue angle of 6.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFE0DC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255224220-
CMYK00.120.140
HSL6.86º100%93.14%-
HSV(B)6.86º13.73%100%-
XYZ80.8179.7478.84-
YUV232.81120.77143.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 224 (87.89% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 31.47%
R=36.48%
G=32.05%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522422000.120.1406.8610093.14
HexFFE0DC0CE07645d
Octal3773403340141607144135
Binary111111111110000011011100011001110011111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE0DC; }

 p { color: rgb(255,224,220); }

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

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

 a { background-color: rgb(255,224,220); }

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

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

 span { border-color: rgb(255,224,220); }

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