#FFDEDD

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

Shades of Misty Rose #FFDEDD

Tints of Misty Rose #FFDEDD

Color information

#FFDEDD (or 0xFFDEDD) is unknown color: approx Misty Rose. HEX triplet: FF, DE and DD. RGB value is (255,222,221). Sum of RGB (Red+Green+Blue) = 255+222+221=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEDD is #002122. Grayscale: #E7E7E7. Windows color (decimal): -8483 or 14540543. OLE color: 14540543.

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

Color convert

RGB255222221-
CMYK00.130.130
HSL1.76º100%93.33%-
HSV(B)1.76º13.33%100%-
XYZ80.4178.7279.36-
YUV231.75121.93144.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 222 (87.11% from 255) = 31.81%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=36.53%
G=31.81%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522222100.130.1301.7610093.33
HexFFDEDD0DD02645d
Octal3773363350151502144135
Binary11111111110111101101110101101110101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEDD; }

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

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

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

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

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

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

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

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