Shades of Twilight #DCAFCC
Tints of Twilight #DCAFCC
RGB
CMYK
RGB Variations
Color information
#DCAFCC (or 0xDCAFCC) is known color: Twilight. HEX triplet: DC, AF and CC. RGB value is (220,175,204). Sum of RGB (Red+Green+Blue) = 220+175+204=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCC is #235033. Grayscale: #BFBFBF. Windows color (decimal): -2314292 or 13414364. OLE color: 13414364.
HSL color Cylindrical-coordinate representation of color #DCAFCC: hue angle of 321.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFCC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 204 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.14 |
| HSL | 321.33º | 0.39% | 0.77% | - |
| HSV(B) | 321.33º | 0.2% | 0.86% | - |
| XYZ | 55.74 | 50.24 | 63.89 | - |
| YUV | 191.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 204 | 0 | 0.20 | 0.07 | 0.14 | 321.33 | 0.39 | 0.77 |
| Hex | DC | AF | CC | 0 | 14 | 7 | E | 141 | 27 | 4D |
| Octal | 334 | 257 | 314 | 0 | 24 | 7 | 16 | 501 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11001100 | 0 | 10100 | 111 | 1110 | 101000001 | 100111 | 1001101 |
Color Harmonies of #DCAFCC
Complementary color
Monochromatic Colors of #DCAFCC
Black with #DCAFCC
Text Example
Text Example
White with #DCAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFCC; }
p { color: rgb(220,175,204); }
H1.HeaderClassName
{
color: #DCAFCC;
}
.AnyTagClassName
{
color: #DCAFCC;
}
</style>
background-color css
<style>
a { background-color: #DCAFCC; }
a { background-color: rgb(220,175,204); }
div.DivClassName
{
background-color: #DCAFCC;
}
.BgClassName
{
background-color: #DCAFCC;
}
</style>
border-color css
<style>
span { border-color: #DCAFCC; }
span { border-color: rgb(220,175,204); }
td.TdClassName
{
border-color: #DCAFCC;
}
.TagClassName
{
border-color: #DCAFCC;
}
</style>