Shades of Twilight #DBC2D2
Tints of Twilight #DBC2D2
RGB
CMYK
RGB Variations
Color information
#DBC2D2 (or 0xDBC2D2) is known color: Twilight. HEX triplet: DB, C2 and D2. RGB value is (219,194,210). Sum of RGB (Red+Green+Blue) = 219+194+210=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D2 is #243D2D. Grayscale: #CBCBCB. Windows color (decimal): -2374958 or 13812443. OLE color: 13812443.
HSL color Cylindrical-coordinate representation of color #DBC2D2: hue angle of 321.6º 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 #DBC2D2 is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 210 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.14 |
| HSL | 321.6º | 0.26% | 0.81% | - |
| HSV(B) | 321.6º | 0.11% | 0.86% | - |
| XYZ | 60.14 | 58.3 | 69.06 | - |
| YUV | 203.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 210 | 0 | 0.11 | 0.04 | 0.14 | 321.6 | 0.26 | 0.81 |
| Hex | DB | C2 | D2 | 0 | B | 4 | E | 142 | 1A | 51 |
| Octal | 333 | 302 | 322 | 0 | 13 | 4 | 16 | 502 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11010010 | 0 | 1011 | 100 | 1110 | 101000010 | 11010 | 1010001 |
Color Harmonies of #DBC2D2
Complementary color
Monochromatic Colors of #DBC2D2
Black with #DBC2D2
Text Example
Text Example
White with #DBC2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2D2; }
p { color: rgb(219,194,210); }
H1.HeaderClassName
{
color: #DBC2D2;
}
.AnyTagClassName
{
color: #DBC2D2;
}
</style>
background-color css
<style>
a { background-color: #DBC2D2; }
a { background-color: rgb(219,194,210); }
div.DivClassName
{
background-color: #DBC2D2;
}
.BgClassName
{
background-color: #DBC2D2;
}
</style>
border-color css
<style>
span { border-color: #DBC2D2; }
span { border-color: rgb(219,194,210); }
td.TdClassName
{
border-color: #DBC2D2;
}
.TagClassName
{
border-color: #DBC2D2;
}
</style>