Shades of Plum #DCAFDE
Tints of Plum #DCAFDE
RGB
CMYK
RGB Variations
Color information
#DCAFDE (or 0xDCAFDE) is known color: Plum. HEX triplet: DC, AF and DE. RGB value is (220,175,222). Sum of RGB (Red+Green+Blue) = 220+175+222=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDE is #235021. Grayscale: #C1C1C1. Windows color (decimal): -2314274 or 14594012. OLE color: 14594012.
HSL color Cylindrical-coordinate representation of color #DCAFDE: hue angle of 297.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCAFDE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 175 | 222 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 297.45º | 0.42% | 0.78% | - |
| HSV(B) | 297.45º | 0.21% | 0.87% | - |
| XYZ | 58.03 | 51.15 | 75.92 | - |
| YUV | 193.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 222 | 0.01 | 0.21 | 0 | 0.13 | 297.45 | 0.42 | 0.78 |
| Hex | DC | AF | DE | 1 | 15 | 0 | D | 129 | 2A | 4E |
| Octal | 334 | 257 | 336 | 1 | 25 | 0 | 15 | 451 | 52 | 116 |
| Binary | 11011100 | 10101111 | 11011110 | 1 | 10101 | 0 | 1101 | 100101001 | 101010 | 1001110 |
Color Harmonies of #DCAFDE
Complementary color
Monochromatic Colors of #DCAFDE
Black with #DCAFDE
Text Example
Text Example
White with #DCAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFDE; }
p { color: rgb(220,175,222); }
H1.HeaderClassName
{
color: #DCAFDE;
}
.AnyTagClassName
{
color: #DCAFDE;
}
</style>
background-color css
<style>
a { background-color: #DCAFDE; }
a { background-color: rgb(220,175,222); }
div.DivClassName
{
background-color: #DCAFDE;
}
.BgClassName
{
background-color: #DCAFDE;
}
</style>
border-color css
<style>
span { border-color: #DCAFDE; }
span { border-color: rgb(220,175,222); }
td.TdClassName
{
border-color: #DCAFDE;
}
.TagClassName
{
border-color: #DCAFDE;
}
</style>