Shades of Plum #DCAFE2
Tints of Plum #DCAFE2
RGB
CMYK
RGB Variations
Color information
#DCAFE2 (or 0xDCAFE2) is known color: Plum. HEX triplet: DC, AF and E2. RGB value is (220,175,226). Sum of RGB (Red+Green+Blue) = 220+175+226=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 226 (88.67% from 255 or 36.39% from 621); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFE2 is #23501D. Grayscale: #C2C2C2. Windows color (decimal): -2314270 or 14856156. OLE color: 14856156.
HSL color Cylindrical-coordinate representation of color #DCAFE2: hue angle of 292.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCAFE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 175 | 226 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 292.94º | 0.47% | 0.79% | - |
| HSV(B) | 292.94º | 0.23% | 0.89% | - |
| XYZ | 58.57 | 51.37 | 78.78 | - |
| YUV | 194.27 | 145.91 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 226 | 0.03 | 0.23 | 0 | 0.11 | 292.94 | 0.47 | 0.79 |
| Hex | DC | AF | E2 | 3 | 17 | 0 | B | 125 | 2F | 4F |
| Octal | 334 | 257 | 342 | 3 | 27 | 0 | 13 | 445 | 57 | 117 |
| Binary | 11011100 | 10101111 | 11100010 | 11 | 10111 | 0 | 1011 | 100100101 | 101111 | 1001111 |
Color Harmonies of #DCAFE2
Complementary color
Monochromatic Colors of #DCAFE2
Black with #DCAFE2
Text Example
Text Example
White with #DCAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFE2; }
p { color: rgb(220,175,226); }
H1.HeaderClassName
{
color: #DCAFE2;
}
.AnyTagClassName
{
color: #DCAFE2;
}
</style>
background-color css
<style>
a { background-color: #DCAFE2; }
a { background-color: rgb(220,175,226); }
div.DivClassName
{
background-color: #DCAFE2;
}
.BgClassName
{
background-color: #DCAFE2;
}
</style>
border-color css
<style>
span { border-color: #DCAFE2; }
span { border-color: rgb(220,175,226); }
td.TdClassName
{
border-color: #DCAFE2;
}
.TagClassName
{
border-color: #DCAFE2;
}
</style>