Shades of Twilight #DBBDCF
Tints of Twilight #DBBDCF
RGB
CMYK
RGB Variations
Color information
#DBBDCF (or 0xDBBDCF) is known color: Twilight. HEX triplet: DB, BD and CF. RGB value is (219,189,207). Sum of RGB (Red+Green+Blue) = 219+189+207=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDCF is #244230. Grayscale: #C7C7C7. Windows color (decimal): -2376241 or 13614555. OLE color: 13614555.
HSL color Cylindrical-coordinate representation of color #DBBDCF: hue angle of 324º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDCF is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 189 | 207 | - |
CMYK | 0 | 0.14 | 0.05 | 0.14 |
HSL | 324º | 0.29% | 0.8% | - |
HSV(B) | 324º | 0.14% | 0.86% | - |
XYZ | 58.67 | 55.96 | 66.74 | - |
YUV | 200.02 | 131.94 | 141.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 207 | 0 | 0.14 | 0.05 | 0.14 | 324 | 0.29 | 0.8 |
Hex | DB | BD | CF | 0 | E | 5 | E | 144 | 1D | 50 |
Octal | 333 | 275 | 317 | 0 | 16 | 5 | 16 | 504 | 35 | 120 |
Binary | 11011011 | 10111101 | 11001111 | 0 | 1110 | 101 | 1110 | 101000100 | 11101 | 1010000 |
Color Harmonies of #DBBDCF
Complementary color
Monochromatic Colors of #DBBDCF
Black with #DBBDCF
Text Example
Text Example
White with #DBBDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDCF; }
p { color: rgb(219,189,207); }
H1.HeaderClassName
{
color: #DBBDCF;
}
.AnyTagClassName
{
color: #DBBDCF;
}
</style>
background-color css
<style>
a { background-color: #DBBDCF; }
a { background-color: rgb(219,189,207); }
div.DivClassName
{
background-color: #DBBDCF;
}
.BgClassName
{
background-color: #DBBDCF;
}
</style>
border-color css
<style>
span { border-color: #DBBDCF; }
span { border-color: rgb(219,189,207); }
td.TdClassName
{
border-color: #DBBDCF;
}
.TagClassName
{
border-color: #DBBDCF;
}
</style>