Shades of Twilight #DCB5C9
Tints of Twilight #DCB5C9
RGB
CMYK
RGB Variations
Color information
#DCB5C9 (or 0xDCB5C9) is known color: Twilight. HEX triplet: DC, B5 and C9. RGB value is (220,181,201). Sum of RGB (Red+Green+Blue) = 220+181+201=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 181 (71.09% from 255 or 30.07% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C9 is #234A36. Grayscale: #C2C2C2. Windows color (decimal): -2312759 or 13219292. OLE color: 13219292.
HSL color Cylindrical-coordinate representation of color #DCB5C9: hue angle of 329.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5C9 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 181 | 201 | - |
CMYK | 0 | 0.18 | 0.09 | 0.14 |
HSL | 329.23º | 0.36% | 0.79% | - |
HSV(B) | 329.23º | 0.18% | 0.86% | - |
XYZ | 56.58 | 52.48 | 62.41 | - |
YUV | 194.94 | 131.42 | 145.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 201 | 0 | 0.18 | 0.09 | 0.14 | 329.23 | 0.36 | 0.79 |
Hex | DC | B5 | C9 | 0 | 12 | 9 | E | 149 | 24 | 4F |
Octal | 334 | 265 | 311 | 0 | 22 | 11 | 16 | 511 | 44 | 117 |
Binary | 11011100 | 10110101 | 11001001 | 0 | 10010 | 1001 | 1110 | 101001001 | 100100 | 1001111 |
Color Harmonies of #DCB5C9
Complementary color
Monochromatic Colors of #DCB5C9
Black with #DCB5C9
Text Example
Text Example
White with #DCB5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C9; }
p { color: rgb(220,181,201); }
H1.HeaderClassName
{
color: #DCB5C9;
}
.AnyTagClassName
{
color: #DCB5C9;
}
</style>
background-color css
<style>
a { background-color: #DCB5C9; }
a { background-color: rgb(220,181,201); }
div.DivClassName
{
background-color: #DCB5C9;
}
.BgClassName
{
background-color: #DCB5C9;
}
</style>
border-color css
<style>
span { border-color: #DCB5C9; }
span { border-color: rgb(220,181,201); }
td.TdClassName
{
border-color: #DCB5C9;
}
.TagClassName
{
border-color: #DCB5C9;
}
</style>