Shades of Plum #DCAFE4
Tints of Plum #DCAFE4
RGB
CMYK
RGB Variations
Color information
#DCAFE4 (or 0xDCAFE4) is known color: Plum. HEX triplet: DC, AF and E4. RGB value is (220,175,228). Sum of RGB (Red+Green+Blue) = 220+175+228=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFE4 is #23501B. Grayscale: #C2C2C2. Windows color (decimal): -2314268 or 14987228. OLE color: 14987228.
HSL color Cylindrical-coordinate representation of color #DCAFE4: hue angle of 290.94º degrees, saturation: 0.5, 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 #DCAFE4 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 175 | 228 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.11 |
| HSL | 290.94º | 0.5% | 0.79% | - |
| HSV(B) | 290.94º | 0.23% | 0.89% | - |
| XYZ | 58.85 | 51.48 | 80.23 | - |
| YUV | 194.5 | 146.91 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 228 | 0.04 | 0.23 | 0 | 0.11 | 290.94 | 0.5 | 0.79 |
| Hex | DC | AF | E4 | 4 | 17 | 0 | B | 123 | 32 | 4F |
| Octal | 334 | 257 | 344 | 4 | 27 | 0 | 13 | 443 | 62 | 117 |
| Binary | 11011100 | 10101111 | 11100100 | 100 | 10111 | 0 | 1011 | 100100011 | 110010 | 1001111 |
Color Harmonies of #DCAFE4
Complementary color
Monochromatic Colors of #DCAFE4
Black with #DCAFE4
Text Example
Text Example
White with #DCAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFE4; }
p { color: rgb(220,175,228); }
H1.HeaderClassName
{
color: #DCAFE4;
}
.AnyTagClassName
{
color: #DCAFE4;
}
</style>
background-color css
<style>
a { background-color: #DCAFE4; }
a { background-color: rgb(220,175,228); }
div.DivClassName
{
background-color: #DCAFE4;
}
.BgClassName
{
background-color: #DCAFE4;
}
</style>
border-color css
<style>
span { border-color: #DCAFE4; }
span { border-color: rgb(220,175,228); }
td.TdClassName
{
border-color: #DCAFE4;
}
.TagClassName
{
border-color: #DCAFE4;
}
</style>