Shades of Plum #DCAFE7
Tints of Plum #DCAFE7
RGB
CMYK
RGB Variations
Color information
#DCAFE7 (or 0xDCAFE7) is known color: Plum. HEX triplet: DC, AF and E7. RGB value is (220,175,231). Sum of RGB (Red+Green+Blue) = 220+175+231=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAFE7 is #235018. Grayscale: #C2C2C2. Windows color (decimal): -2314265 or 15183836. OLE color: 15183836.
HSL color Cylindrical-coordinate representation of color #DCAFE7: hue angle of 288.21º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DCAFE7 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 175 | 231 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.09 |
| HSL | 288.21º | 0.54% | 0.8% | - |
| HSV(B) | 288.21º | 0.24% | 0.91% | - |
| XYZ | 59.27 | 51.65 | 82.45 | - |
| YUV | 194.84 | 148.41 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 231 | 0.05 | 0.24 | 0 | 0.09 | 288.21 | 0.54 | 0.8 |
| Hex | DC | AF | E7 | 5 | 18 | 0 | 9 | 120 | 36 | 50 |
| Octal | 334 | 257 | 347 | 5 | 30 | 0 | 11 | 440 | 66 | 120 |
| Binary | 11011100 | 10101111 | 11100111 | 101 | 11000 | 0 | 1001 | 100100000 | 110110 | 1010000 |
Color Harmonies of #DCAFE7
Complementary color
Monochromatic Colors of #DCAFE7
Black with #DCAFE7
Text Example
Text Example
White with #DCAFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFE7; }
p { color: rgb(220,175,231); }
H1.HeaderClassName
{
color: #DCAFE7;
}
.AnyTagClassName
{
color: #DCAFE7;
}
</style>
background-color css
<style>
a { background-color: #DCAFE7; }
a { background-color: rgb(220,175,231); }
div.DivClassName
{
background-color: #DCAFE7;
}
.BgClassName
{
background-color: #DCAFE7;
}
</style>
border-color css
<style>
span { border-color: #DCAFE7; }
span { border-color: rgb(220,175,231); }
td.TdClassName
{
border-color: #DCAFE7;
}
.TagClassName
{
border-color: #DCAFE7;
}
</style>