#FFE1DC

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

Shades of Misty Rose #FFE1DC

Tints of Misty Rose #FFE1DC

Color information

#FFE1DC (or 0xFFE1DC) is unknown color: approx Misty Rose. HEX triplet: FF, E1 and DC. RGB value is (255,225,220). Sum of RGB (Red+Green+Blue) = 255+225+220=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE1DC is #001E23. Grayscale: #E9E9E9. Windows color (decimal): -7716 or 14475775. OLE color: 14475775.

HSL color Cylindrical-coordinate representation of color #FFE1DC: hue angle of 8.57º 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 #FFE1DC is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB255225220-
CMYK00.120.140
HSL8.57º100%93.14%-
HSV(B)8.57º13.73%100%-
XYZ81.0880.2878.93-
YUV233.4120.44143.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.43%
GREEN value IS 225 (88.28% from 255) = 32.14%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=36.43%
G=32.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522522000.120.1408.5710093.14
HexFFE1DC0CE09645d
Octal37734133401416011144135
Binary1111111111100001110111000110011100100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE1DC; }

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

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

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

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

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

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

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

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