Shades of Twilight #D0BFCA
Tints of Twilight #D0BFCA
RGB
CMYK
RGB Variations
Color information
#D0BFCA (or 0xD0BFCA) is known color: Twilight. HEX triplet: D0, BF and CA. RGB value is (208,191,202). Sum of RGB (Red+Green+Blue) = 208+191+202=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFCA is #2F4035. Grayscale: #C5C5C5. Windows color (decimal): -3096630 or 13287376. OLE color: 13287376.
HSL color Cylindrical-coordinate representation of color #D0BFCA: hue angle of 321.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0BFCA is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 202 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.18 |
| HSL | 321.18º | 0.15% | 0.78% | - |
| HSV(B) | 321.18º | 0.08% | 0.82% | - |
| XYZ | 55.3 | 54.94 | 63.57 | - |
| YUV | 197.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 202 | 0 | 0.08 | 0.03 | 0.18 | 321.18 | 0.15 | 0.78 |
| Hex | D0 | BF | CA | 0 | 8 | 3 | 12 | 141 | F | 4E |
| Octal | 320 | 277 | 312 | 0 | 10 | 3 | 22 | 501 | 17 | 116 |
| Binary | 11010000 | 10111111 | 11001010 | 0 | 1000 | 11 | 10010 | 101000001 | 1111 | 1001110 |
Color Harmonies of #D0BFCA
Complementary color
Monochromatic Colors of #D0BFCA
Black with #D0BFCA
Text Example
Text Example
White with #D0BFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFCA; }
p { color: rgb(208,191,202); }
H1.HeaderClassName
{
color: #D0BFCA;
}
.AnyTagClassName
{
color: #D0BFCA;
}
</style>
background-color css
<style>
a { background-color: #D0BFCA; }
a { background-color: rgb(208,191,202); }
div.DivClassName
{
background-color: #D0BFCA;
}
.BgClassName
{
background-color: #D0BFCA;
}
</style>
border-color css
<style>
span { border-color: #D0BFCA; }
span { border-color: rgb(208,191,202); }
td.TdClassName
{
border-color: #D0BFCA;
}
.TagClassName
{
border-color: #D0BFCA;
}
</style>