Shades of Twilight #DBB2CD
Tints of Twilight #DBB2CD
RGB
CMYK
RGB Variations
Color information
#DBB2CD (or 0xDBB2CD) is known color: Twilight. HEX triplet: DB, B2 and CD. RGB value is (219,178,205). Sum of RGB (Red+Green+Blue) = 219+178+205=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2CD is #244D32. Grayscale: #C1C1C1. Windows color (decimal): -2379059 or 13480667. OLE color: 13480667.
HSL color Cylindrical-coordinate representation of color #DBB2CD: hue angle of 320.49º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2CD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 178 | 205 | - |
CMYK | 0 | 0.19 | 0.06 | 0.14 |
HSL | 320.49º | 0.36% | 0.78% | - |
HSV(B) | 320.49º | 0.19% | 0.86% | - |
XYZ | 56.15 | 51.31 | 64.7 | - |
YUV | 193.34 | 134.58 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 178 | 205 | 0 | 0.19 | 0.06 | 0.14 | 320.49 | 0.36 | 0.78 |
Hex | DB | B2 | CD | 0 | 13 | 6 | E | 140 | 24 | 4E |
Octal | 333 | 262 | 315 | 0 | 23 | 6 | 16 | 500 | 44 | 116 |
Binary | 11011011 | 10110010 | 11001101 | 0 | 10011 | 110 | 1110 | 101000000 | 100100 | 1001110 |
Color Harmonies of #DBB2CD
Complementary color
Monochromatic Colors of #DBB2CD
Black with #DBB2CD
Text Example
Text Example
White with #DBB2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2CD; }
p { color: rgb(219,178,205); }
H1.HeaderClassName
{
color: #DBB2CD;
}
.AnyTagClassName
{
color: #DBB2CD;
}
</style>
background-color css
<style>
a { background-color: #DBB2CD; }
a { background-color: rgb(219,178,205); }
div.DivClassName
{
background-color: #DBB2CD;
}
.BgClassName
{
background-color: #DBB2CD;
}
</style>
border-color css
<style>
span { border-color: #DBB2CD; }
span { border-color: rgb(219,178,205); }
td.TdClassName
{
border-color: #DBB2CD;
}
.TagClassName
{
border-color: #DBB2CD;
}
</style>