Shades of Twilight #DCC3CF
Tints of Twilight #DCC3CF
RGB
CMYK
RGB Variations
Color information
#DCC3CF (or 0xDCC3CF) is known color: Twilight. HEX triplet: DC, C3 and CF. RGB value is (220,195,207). Sum of RGB (Red+Green+Blue) = 220+195+207=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3CF is #233C30. Grayscale: #CBCBCB. Windows color (decimal): -2309169 or 13616092. OLE color: 13616092.
HSL color Cylindrical-coordinate representation of color #DCC3CF: hue angle of 331.2º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3CF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 207 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.14 |
| HSL | 331.2º | 0.26% | 0.81% | - |
| HSV(B) | 331.2º | 0.11% | 0.86% | - |
| XYZ | 60.29 | 58.75 | 67.19 | - |
| YUV | 203.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 207 | 0 | 0.11 | 0.06 | 0.14 | 331.2 | 0.26 | 0.81 |
| Hex | DC | C3 | CF | 0 | B | 6 | E | 14B | 1A | 51 |
| Octal | 334 | 303 | 317 | 0 | 13 | 6 | 16 | 513 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11001111 | 0 | 1011 | 110 | 1110 | 101001011 | 11010 | 1010001 |
Color Harmonies of #DCC3CF
Complementary color
Monochromatic Colors of #DCC3CF
Black with #DCC3CF
Text Example
Text Example
White with #DCC3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3CF; }
p { color: rgb(220,195,207); }
H1.HeaderClassName
{
color: #DCC3CF;
}
.AnyTagClassName
{
color: #DCC3CF;
}
</style>
background-color css
<style>
a { background-color: #DCC3CF; }
a { background-color: rgb(220,195,207); }
div.DivClassName
{
background-color: #DCC3CF;
}
.BgClassName
{
background-color: #DCC3CF;
}
</style>
border-color css
<style>
span { border-color: #DCC3CF; }
span { border-color: rgb(220,195,207); }
td.TdClassName
{
border-color: #DCC3CF;
}
.TagClassName
{
border-color: #DCC3CF;
}
</style>