Shades of Twilight #DCAFCD
Tints of Twilight #DCAFCD
RGB
CMYK
RGB Variations
Color information
#DCAFCD (or 0xDCAFCD) is known color: Twilight. HEX triplet: DC, AF and CD. RGB value is (220,175,205). Sum of RGB (Red+Green+Blue) = 220+175+205=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCD is #235032. Grayscale: #BFBFBF. Windows color (decimal): -2314291 or 13479900. OLE color: 13479900.
HSL color Cylindrical-coordinate representation of color #DCAFCD: hue angle of 320º 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 #DCAFCD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 205 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.14 |
| HSL | 320º | 0.39% | 0.77% | - |
| HSV(B) | 320º | 0.2% | 0.86% | - |
| XYZ | 55.86 | 50.28 | 64.52 | - |
| YUV | 191.88 | 135.41 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 205 | 0 | 0.20 | 0.07 | 0.14 | 320 | 0.39 | 0.77 |
| Hex | DC | AF | CD | 0 | 14 | 7 | E | 140 | 27 | 4D |
| Octal | 334 | 257 | 315 | 0 | 24 | 7 | 16 | 500 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11001101 | 0 | 10100 | 111 | 1110 | 101000000 | 100111 | 1001101 |
Color Harmonies of #DCAFCD
Complementary color
Monochromatic Colors of #DCAFCD
Black with #DCAFCD
Text Example
Text Example
White with #DCAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFCD; }
p { color: rgb(220,175,205); }
H1.HeaderClassName
{
color: #DCAFCD;
}
.AnyTagClassName
{
color: #DCAFCD;
}
</style>
background-color css
<style>
a { background-color: #DCAFCD; }
a { background-color: rgb(220,175,205); }
div.DivClassName
{
background-color: #DCAFCD;
}
.BgClassName
{
background-color: #DCAFCD;
}
</style>
border-color css
<style>
span { border-color: #DCAFCD; }
span { border-color: rgb(220,175,205); }
td.TdClassName
{
border-color: #DCAFCD;
}
.TagClassName
{
border-color: #DCAFCD;
}
</style>