#FFE2DD

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

Shades of Misty Rose #FFE2DD

Tints of Misty Rose #FFE2DD

Color information

#FFE2DD (or 0xFFE2DD) is unknown color: approx Misty Rose. HEX triplet: FF, E2 and DD. RGB value is (255,226,221). Sum of RGB (Red+Green+Blue) = 255+226+221=702 (92% of max value = 765). Red value is 255 (100% from 255 or 36.32% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DD is #001D22. Grayscale: #EAEAEA. Windows color (decimal): -7459 or 14541567. OLE color: 14541567.

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

Color convert

RGB255226221-
CMYK00.110.130
HSL8.82º100%93.33%-
HSV(B)8.82º13.33%100%-
XYZ81.4980.8779.72-
YUV234.1120.61142.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.32%
GREEN value IS 226 (88.67% from 255) = 32.19%
BLUE value IS 221 (86.72% from 255) = 31.48%
R=36.32%
G=32.19%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522622100.110.1308.8210093.33
HexFFE2DD0BD09645d
Octal37734233501315011144135
Binary1111111111100010110111010101111010100111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2DD; }

 p { color: rgb(255,226,221); }

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

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

 a { background-color: rgb(255,226,221); }

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

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

 span { border-color: rgb(255,226,221); }

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