Shades of Twilight #D0BCC8
Tints of Twilight #D0BCC8
RGB
CMYK
RGB Variations
Color information
#D0BCC8 (or 0xD0BCC8) is known color: Twilight. HEX triplet: D0, BC and C8. RGB value is (208,188,200). Sum of RGB (Red+Green+Blue) = 208+188+200=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC8 is #2F4337. Grayscale: #C3C3C3. Windows color (decimal): -3097400 or 13155536. OLE color: 13155536.
HSL color Cylindrical-coordinate representation of color #D0BCC8: hue angle of 324º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BCC8 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 200 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.18 |
| HSL | 324º | 0.18% | 0.78% | - |
| HSV(B) | 324º | 0.1% | 0.82% | - |
| XYZ | 54.42 | 53.55 | 62.11 | - |
| YUV | 195.35 | 130.63 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 200 | 0 | 0.10 | 0.04 | 0.18 | 324 | 0.18 | 0.78 |
| Hex | D0 | BC | C8 | 0 | A | 4 | 12 | 144 | 12 | 4E |
| Octal | 320 | 274 | 310 | 0 | 12 | 4 | 22 | 504 | 22 | 116 |
| Binary | 11010000 | 10111100 | 11001000 | 0 | 1010 | 100 | 10010 | 101000100 | 10010 | 1001110 |
Color Harmonies of #D0BCC8
Complementary color
Monochromatic Colors of #D0BCC8
Black with #D0BCC8
Text Example
Text Example
White with #D0BCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC8; }
p { color: rgb(208,188,200); }
H1.HeaderClassName
{
color: #D0BCC8;
}
.AnyTagClassName
{
color: #D0BCC8;
}
</style>
background-color css
<style>
a { background-color: #D0BCC8; }
a { background-color: rgb(208,188,200); }
div.DivClassName
{
background-color: #D0BCC8;
}
.BgClassName
{
background-color: #D0BCC8;
}
</style>
border-color css
<style>
span { border-color: #D0BCC8; }
span { border-color: rgb(208,188,200); }
td.TdClassName
{
border-color: #D0BCC8;
}
.TagClassName
{
border-color: #D0BCC8;
}
</style>