Shades of Twilight #DCBBCA
Tints of Twilight #DCBBCA
RGB
CMYK
RGB Variations
Color information
#DCBBCA (or 0xDCBBCA) is known color: Twilight. HEX triplet: DC, BB and CA. RGB value is (220,187,202). Sum of RGB (Red+Green+Blue) = 220+187+202=609 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.12% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBCA is #234435. Grayscale: #C6C6C6. Windows color (decimal): -2311222 or 13286364. OLE color: 13286364.
HSL color Cylindrical-coordinate representation of color #DCBBCA: hue angle of 332.73º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBBCA is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 187 | 202 | - |
CMYK | 0 | 0.15 | 0.08 | 0.14 |
HSL | 332.73º | 0.32% | 0.8% | - |
HSV(B) | 332.73º | 0.15% | 0.86% | - |
XYZ | 57.95 | 55.02 | 63.44 | - |
YUV | 198.58 | 129.93 | 143.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 187 | 202 | 0 | 0.15 | 0.08 | 0.14 | 332.73 | 0.32 | 0.8 |
Hex | DC | BB | CA | 0 | F | 8 | E | 14D | 20 | 50 |
Octal | 334 | 273 | 312 | 0 | 17 | 10 | 16 | 515 | 40 | 120 |
Binary | 11011100 | 10111011 | 11001010 | 0 | 1111 | 1000 | 1110 | 101001101 | 100000 | 1010000 |
Color Harmonies of #DCBBCA
Complementary color
Monochromatic Colors of #DCBBCA
Black with #DCBBCA
Text Example
Text Example
White with #DCBBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBCA; }
p { color: rgb(220,187,202); }
H1.HeaderClassName
{
color: #DCBBCA;
}
.AnyTagClassName
{
color: #DCBBCA;
}
</style>
background-color css
<style>
a { background-color: #DCBBCA; }
a { background-color: rgb(220,187,202); }
div.DivClassName
{
background-color: #DCBBCA;
}
.BgClassName
{
background-color: #DCBBCA;
}
</style>
border-color css
<style>
span { border-color: #DCBBCA; }
span { border-color: rgb(220,187,202); }
td.TdClassName
{
border-color: #DCBBCA;
}
.TagClassName
{
border-color: #DCBBCA;
}
</style>