Shades of Twilight #DCAFC5
Tints of Twilight #DCAFC5
RGB
CMYK
RGB Variations
Color information
#DCAFC5 (or 0xDCAFC5) is known color: Twilight. HEX triplet: DC, AF and C5. RGB value is (220,175,197). Sum of RGB (Red+Green+Blue) = 220+175+197=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFC5 is #23503A. Grayscale: #BEBEBE. Windows color (decimal): -2314299 or 12955612. OLE color: 12955612.
HSL color Cylindrical-coordinate representation of color #DCAFC5: hue angle of 330.67º 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 #DCAFC5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 175 | 197 | - |
| CMYK | 0 | 0.20 | 0.10 | 0.14 |
| HSL | 330.67º | 0.39% | 0.77% | - |
| HSV(B) | 330.67º | 0.2% | 0.86% | - |
| XYZ | 54.92 | 49.91 | 59.56 | - |
| YUV | 190.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 175 | 197 | 0 | 0.20 | 0.10 | 0.14 | 330.67 | 0.39 | 0.77 |
| Hex | DC | AF | C5 | 0 | 14 | A | E | 14B | 27 | 4D |
| Octal | 334 | 257 | 305 | 0 | 24 | 12 | 16 | 513 | 47 | 115 |
| Binary | 11011100 | 10101111 | 11000101 | 0 | 10100 | 1010 | 1110 | 101001011 | 100111 | 1001101 |
Color Harmonies of #DCAFC5
Complementary color
Monochromatic Colors of #DCAFC5
Black with #DCAFC5
Text Example
Text Example
White with #DCAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAFC5; }
p { color: rgb(220,175,197); }
H1.HeaderClassName
{
color: #DCAFC5;
}
.AnyTagClassName
{
color: #DCAFC5;
}
</style>
background-color css
<style>
a { background-color: #DCAFC5; }
a { background-color: rgb(220,175,197); }
div.DivClassName
{
background-color: #DCAFC5;
}
.BgClassName
{
background-color: #DCAFC5;
}
</style>
border-color css
<style>
span { border-color: #DCAFC5; }
span { border-color: rgb(220,175,197); }
td.TdClassName
{
border-color: #DCAFC5;
}
.TagClassName
{
border-color: #DCAFC5;
}
</style>