#FFDFDC

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

Shades of Misty Rose #FFDFDC

Tints of Misty Rose #FFDFDC

Color information

#FFDFDC (or 0xFFDFDC) is unknown color: approx Misty Rose. HEX triplet: FF, DF and DC. RGB value is (255,223,220). Sum of RGB (Red+Green+Blue) = 255+223+220=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFDC is #002023. Grayscale: #E8E8E8. Windows color (decimal): -8228 or 14475263. OLE color: 14475263.

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

Color convert

RGB255223220-
CMYK00.130.140
HSL5.14º100%93.14%-
HSV(B)5.14º13.73%100%-
XYZ80.5579.278.75-
YUV232.23121.1144.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.53%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=36.53%
G=31.95%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522322000.130.1405.1410093.14
HexFFDFDC0DE05645d
Octal3773373340151605144135
Binary111111111101111111011100011011110010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFDC; }

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

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

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

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

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

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

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

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