Shades of Twilight #DBC2D0
Tints of Twilight #DBC2D0
RGB
CMYK
RGB Variations
Color information
#DBC2D0 (or 0xDBC2D0) is known color: Twilight. HEX triplet: DB, C2 and D0. RGB value is (219,194,208). Sum of RGB (Red+Green+Blue) = 219+194+208=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2D0 is #243D2F. Grayscale: #CBCBCB. Windows color (decimal): -2374960 or 13681371. OLE color: 13681371.
HSL color Cylindrical-coordinate representation of color #DBC2D0: hue angle of 326.4º 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 #DBC2D0 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 194 | 208 | - |
CMYK | 0 | 0.11 | 0.05 | 0.14 |
HSL | 326.4º | 0.26% | 0.81% | - |
HSV(B) | 326.4º | 0.11% | 0.86% | - |
XYZ | 59.89 | 58.2 | 67.75 | - |
YUV | 203.07 | 130.78 | 139.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 194 | 208 | 0 | 0.11 | 0.05 | 0.14 | 326.4 | 0.26 | 0.81 |
Hex | DB | C2 | D0 | 0 | B | 5 | E | 146 | 1A | 51 |
Octal | 333 | 302 | 320 | 0 | 13 | 5 | 16 | 506 | 32 | 121 |
Binary | 11011011 | 11000010 | 11010000 | 0 | 1011 | 101 | 1110 | 101000110 | 11010 | 1010001 |
Color Harmonies of #DBC2D0
Complementary color
Monochromatic Colors of #DBC2D0
Black with #DBC2D0
Text Example
Text Example
White with #DBC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2D0; }
p { color: rgb(219,194,208); }
H1.HeaderClassName
{
color: #DBC2D0;
}
.AnyTagClassName
{
color: #DBC2D0;
}
</style>
background-color css
<style>
a { background-color: #DBC2D0; }
a { background-color: rgb(219,194,208); }
div.DivClassName
{
background-color: #DBC2D0;
}
.BgClassName
{
background-color: #DBC2D0;
}
</style>
border-color css
<style>
span { border-color: #DBC2D0; }
span { border-color: rgb(219,194,208); }
td.TdClassName
{
border-color: #DBC2D0;
}
.TagClassName
{
border-color: #DBC2D0;
}
</style>