Shades of Twilight #DCC2CF
Tints of Twilight #DCC2CF
RGB
CMYK
RGB Variations
Color information
#DCC2CF (or 0xDCC2CF) is known color: Twilight. HEX triplet: DC, C2 and CF. RGB value is (220,194,207). Sum of RGB (Red+Green+Blue) = 220+194+207=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC2CF is #233D30. Grayscale: #CBCBCB. Windows color (decimal): -2309425 or 13615836. OLE color: 13615836.
HSL color Cylindrical-coordinate representation of color #DCC2CF: hue angle of 330º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC2CF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 207 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.14 |
| HSL | 330º | 0.27% | 0.81% | - |
| HSV(B) | 330º | 0.12% | 0.86% | - |
| XYZ | 60.07 | 58.3 | 67.12 | - |
| YUV | 203.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 207 | 0 | 0.12 | 0.06 | 0.14 | 330 | 0.27 | 0.81 |
| Hex | DC | C2 | CF | 0 | C | 6 | E | 14A | 1B | 51 |
| Octal | 334 | 302 | 317 | 0 | 14 | 6 | 16 | 512 | 33 | 121 |
| Binary | 11011100 | 11000010 | 11001111 | 0 | 1100 | 110 | 1110 | 101001010 | 11011 | 1010001 |
Color Harmonies of #DCC2CF
Complementary color
Monochromatic Colors of #DCC2CF
Black with #DCC2CF
Text Example
Text Example
White with #DCC2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC2CF; }
p { color: rgb(220,194,207); }
H1.HeaderClassName
{
color: #DCC2CF;
}
.AnyTagClassName
{
color: #DCC2CF;
}
</style>
background-color css
<style>
a { background-color: #DCC2CF; }
a { background-color: rgb(220,194,207); }
div.DivClassName
{
background-color: #DCC2CF;
}
.BgClassName
{
background-color: #DCC2CF;
}
</style>
border-color css
<style>
span { border-color: #DCC2CF; }
span { border-color: rgb(220,194,207); }
td.TdClassName
{
border-color: #DCC2CF;
}
.TagClassName
{
border-color: #DCC2CF;
}
</style>