Shades of Plum #DCAFE8
Tints of Plum #DCAFE8
RGB
CMYK
RGB Variations
Color information
#DCAFE8 (or 0xDCAFE8) is known color: Plum. HEX triplet: DC, AF and E8. RGB value is (220,175,232). Sum of RGB (Red+Green+Blue) = 220+175+232=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DCAFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFE8 is #235017. Grayscale: #C2C2C2. Windows color (decimal): -2314264 or 15249372. OLE color: 15249372.
HSL color Cylindrical-coordinate representation of color #DCAFE8: hue angle of 287.37º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCAFE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 175 | 232 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.09 |
| HSL | 287.37º | 0.55% | 0.8% | - |
| HSV(B) | 287.37º | 0.25% | 0.91% | - |
| XYZ | 59.41 | 51.7 | 83.19 | - |
| YUV | 194.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 232 | 0.05 | 0.25 | 0 | 0.09 | 287.37 | 0.55 | 0.8 |
| Hex | DC | AF | E8 | 5 | 19 | 0 | 9 | 11F | 37 | 50 |
| Octal | 334 | 257 | 350 | 5 | 31 | 0 | 11 | 437 | 67 | 120 |
| Binary | 11011100 | 10101111 | 11101000 | 101 | 11001 | 0 | 1001 | 100011111 | 110111 | 1010000 |
Color Harmonies of #DCAFE8
Complementary color
Monochromatic Colors of #DCAFE8
Black with #DCAFE8
Text Example
Text Example
White with #DCAFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFE8; }
p { color: rgb(220,175,232); }
H1.HeaderClassName
{
color: #DCAFE8;
}
.AnyTagClassName
{
color: #DCAFE8;
}
</style>
background-color css
<style>
a { background-color: #DCAFE8; }
a { background-color: rgb(220,175,232); }
div.DivClassName
{
background-color: #DCAFE8;
}
.BgClassName
{
background-color: #DCAFE8;
}
</style>
border-color css
<style>
span { border-color: #DCAFE8; }
span { border-color: rgb(220,175,232); }
td.TdClassName
{
border-color: #DCAFE8;
}
.TagClassName
{
border-color: #DCAFE8;
}
</style>