#FFDCDA

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

Shades of Misty Rose #FFDCDA

Tints of Misty Rose #FFDCDA

Color information

#FFDCDA (or 0xFFDCDA) is unknown color: approx Misty Rose. HEX triplet: FF, DC and DA. RGB value is (255,220,218). Sum of RGB (Red+Green+Blue) = 255+220+218=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 220 (86.33% from 255 or 31.75% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDCDA is #002325. Grayscale: #E6E6E6. Windows color (decimal): -8998 or 14343423. OLE color: 14343423.

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

Color convert

RGB255220218-
CMYK00.140.150
HSL3.24º100%92.75%-
HSV(B)3.24º14.51%100%-
XYZ79.4977.5177.1-
YUV230.24121.1145.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 220 (86.33% from 255) = 31.75%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=36.80%
G=31.75%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522021800.140.1503.2410092.75
HexFFDCDA0EF03645d
Octal3773343320161703144135
Binary11111111110111001101101001110111101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCDA; }

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

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

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

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

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

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

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

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