Shades of Twilight #DBCCD4
Tints of Twilight #DBCCD4
RGB
CMYK
RGB Variations
Color information
#DBCCD4 (or 0xDBCCD4) is known color: Twilight. HEX triplet: DB, CC and D4. RGB value is (219,204,212). Sum of RGB (Red+Green+Blue) = 219+204+212=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCD4 is #24332B. Grayscale: #D1D1D1. Windows color (decimal): -2372396 or 13946075. OLE color: 13946075.
HSL color Cylindrical-coordinate representation of color #DBCCD4: hue angle of 328º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBCCD4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 212 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.14 |
| HSL | 328º | 0.17% | 0.83% | - |
| HSV(B) | 328º | 0.07% | 0.86% | - |
| XYZ | 62.69 | 63 | 71.14 | - |
| YUV | 209.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 212 | 0 | 0.07 | 0.03 | 0.14 | 328 | 0.17 | 0.83 |
| Hex | DB | CC | D4 | 0 | 7 | 3 | E | 148 | 11 | 53 |
| Octal | 333 | 314 | 324 | 0 | 7 | 3 | 16 | 510 | 21 | 123 |
| Binary | 11011011 | 11001100 | 11010100 | 0 | 111 | 11 | 1110 | 101001000 | 10001 | 1010011 |
Color Harmonies of #DBCCD4
Complementary color
Monochromatic Colors of #DBCCD4
Black with #DBCCD4
Text Example
Text Example
White with #DBCCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCCD4; }
p { color: rgb(219,204,212); }
H1.HeaderClassName
{
color: #DBCCD4;
}
.AnyTagClassName
{
color: #DBCCD4;
}
</style>
background-color css
<style>
a { background-color: #DBCCD4; }
a { background-color: rgb(219,204,212); }
div.DivClassName
{
background-color: #DBCCD4;
}
.BgClassName
{
background-color: #DBCCD4;
}
</style>
border-color css
<style>
span { border-color: #DBCCD4; }
span { border-color: rgb(219,204,212); }
td.TdClassName
{
border-color: #DBCCD4;
}
.TagClassName
{
border-color: #DBCCD4;
}
</style>