#FFE2DC

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

Shades of Misty Rose #FFE2DC

Tints of Misty Rose #FFE2DC

Color information

#FFE2DC (or 0xFFE2DC) is unknown color: approx Misty Rose. HEX triplet: FF, E2 and DC. RGB value is (255,226,220). Sum of RGB (Red+Green+Blue) = 255+226+220=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 226 (88.67% from 255 or 32.24% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE2DC is #001D23. Grayscale: #EAEAEA. Windows color (decimal): -7460 or 14476031. OLE color: 14476031.

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

Color convert

RGB255226220-
CMYK00.110.140
HSL10.29º100%93.14%-
HSV(B)10.29º13.73%100%-
XYZ81.3580.8279.02-
YUV233.99120.11142.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.38%
GREEN value IS 226 (88.67% from 255) = 32.24%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=36.38%
G=32.24%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522622000.110.14010.2910093.14
HexFFE2DC0BE0a645d
Octal37734233401316012144135
Binary1111111111100010110111000101111100101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE2DC; }

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

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

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

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

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

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

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

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