Shades of Twilight #DBBBCB
Tints of Twilight #DBBBCB
RGB
CMYK
RGB Variations
Color information
#DBBBCB (or 0xDBBBCB) is known color: Twilight. HEX triplet: DB, BB and CB. RGB value is (219,187,203). Sum of RGB (Red+Green+Blue) = 219+187+203=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 187 (73.44% from 255 or 30.71% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBCB is #244434. Grayscale: #C6C6C6. Windows color (decimal): -2376757 or 13351899. OLE color: 13351899.
HSL color Cylindrical-coordinate representation of color #DBBBCB: hue angle of 330º degrees, saturation: 0.31, 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 #DBBBCB is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 187 | 203 | - |
CMYK | 0 | 0.15 | 0.07 | 0.14 |
HSL | 330º | 0.31% | 0.8% | - |
HSV(B) | 330º | 0.15% | 0.86% | - |
XYZ | 57.76 | 54.91 | 64.05 | - |
YUV | 198.39 | 130.6 | 142.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 187 | 203 | 0 | 0.15 | 0.07 | 0.14 | 330 | 0.31 | 0.8 |
Hex | DB | BB | CB | 0 | F | 7 | E | 14A | 1F | 50 |
Octal | 333 | 273 | 313 | 0 | 17 | 7 | 16 | 512 | 37 | 120 |
Binary | 11011011 | 10111011 | 11001011 | 0 | 1111 | 111 | 1110 | 101001010 | 11111 | 1010000 |
Color Harmonies of #DBBBCB
Complementary color
Monochromatic Colors of #DBBBCB
Black with #DBBBCB
Text Example
Text Example
White with #DBBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBCB; }
p { color: rgb(219,187,203); }
H1.HeaderClassName
{
color: #DBBBCB;
}
.AnyTagClassName
{
color: #DBBBCB;
}
</style>
background-color css
<style>
a { background-color: #DBBBCB; }
a { background-color: rgb(219,187,203); }
div.DivClassName
{
background-color: #DBBBCB;
}
.BgClassName
{
background-color: #DBBBCB;
}
</style>
border-color css
<style>
span { border-color: #DBBBCB; }
span { border-color: rgb(219,187,203); }
td.TdClassName
{
border-color: #DBBBCB;
}
.TagClassName
{
border-color: #DBBBCB;
}
</style>