Shades of Twilight #DCB5C8
Tints of Twilight #DCB5C8
RGB
CMYK
RGB Variations
Color information
#DCB5C8 (or 0xDCB5C8) is known color: Twilight. HEX triplet: DC, B5 and C8. RGB value is (220,181,200). Sum of RGB (Red+Green+Blue) = 220+181+200=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C8 is #234A37. Grayscale: #C2C2C2. Windows color (decimal): -2312760 or 13153756. OLE color: 13153756.
HSL color Cylindrical-coordinate representation of color #DCB5C8: hue angle of 330.77º 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 #DCB5C8 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 181 | 200 | - |
CMYK | 0 | 0.18 | 0.09 | 0.14 |
HSL | 330.77º | 0.36% | 0.79% | - |
HSV(B) | 330.77º | 0.18% | 0.86% | - |
XYZ | 56.46 | 52.43 | 61.79 | - |
YUV | 194.83 | 130.92 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 200 | 0 | 0.18 | 0.09 | 0.14 | 330.77 | 0.36 | 0.79 |
Hex | DC | B5 | C8 | 0 | 12 | 9 | E | 14B | 24 | 4F |
Octal | 334 | 265 | 310 | 0 | 22 | 11 | 16 | 513 | 44 | 117 |
Binary | 11011100 | 10110101 | 11001000 | 0 | 10010 | 1001 | 1110 | 101001011 | 100100 | 1001111 |
Color Harmonies of #DCB5C8
Complementary color
Monochromatic Colors of #DCB5C8
Black with #DCB5C8
Text Example
Text Example
White with #DCB5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C8; }
p { color: rgb(220,181,200); }
H1.HeaderClassName
{
color: #DCB5C8;
}
.AnyTagClassName
{
color: #DCB5C8;
}
</style>
background-color css
<style>
a { background-color: #DCB5C8; }
a { background-color: rgb(220,181,200); }
div.DivClassName
{
background-color: #DCB5C8;
}
.BgClassName
{
background-color: #DCB5C8;
}
</style>
border-color css
<style>
span { border-color: #DCB5C8; }
span { border-color: rgb(220,181,200); }
td.TdClassName
{
border-color: #DCB5C8;
}
.TagClassName
{
border-color: #DCB5C8;
}
</style>