Shades of Plum #DCAFE5
Tints of Plum #DCAFE5
RGB
CMYK
RGB Variations
Color information
#DCAFE5 (or 0xDCAFE5) is known color: Plum. HEX triplet: DC, AF and E5. RGB value is (220,175,229). Sum of RGB (Red+Green+Blue) = 220+175+229=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 229 (89.84% from 255 or 36.70% from 624); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFE5 is #23501A. Grayscale: #C2C2C2. Windows color (decimal): -2314267 or 15052764. OLE color: 15052764.
HSL color Cylindrical-coordinate representation of color #DCAFE5: hue angle of 290º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAFE5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 175 | 229 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.10 |
| HSL | 290º | 0.51% | 0.79% | - |
| HSV(B) | 290º | 0.24% | 0.9% | - |
| XYZ | 58.99 | 51.53 | 80.97 | - |
| YUV | 194.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 229 | 0.04 | 0.24 | 0 | 0.10 | 290 | 0.51 | 0.79 |
| Hex | DC | AF | E5 | 4 | 18 | 0 | A | 122 | 33 | 4F |
| Octal | 334 | 257 | 345 | 4 | 30 | 0 | 12 | 442 | 63 | 117 |
| Binary | 11011100 | 10101111 | 11100101 | 100 | 11000 | 0 | 1010 | 100100010 | 110011 | 1001111 |
Color Harmonies of #DCAFE5
Complementary color
Monochromatic Colors of #DCAFE5
Black with #DCAFE5
Text Example
Text Example
White with #DCAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFE5; }
p { color: rgb(220,175,229); }
H1.HeaderClassName
{
color: #DCAFE5;
}
.AnyTagClassName
{
color: #DCAFE5;
}
</style>
background-color css
<style>
a { background-color: #DCAFE5; }
a { background-color: rgb(220,175,229); }
div.DivClassName
{
background-color: #DCAFE5;
}
.BgClassName
{
background-color: #DCAFE5;
}
</style>
border-color css
<style>
span { border-color: #DCAFE5; }
span { border-color: rgb(220,175,229); }
td.TdClassName
{
border-color: #DCAFE5;
}
.TagClassName
{
border-color: #DCAFE5;
}
</style>