Shades of Twilight #D2BCCB
Tints of Twilight #D2BCCB
RGB
CMYK
RGB Variations
Color information
#D2BCCB (or 0xD2BCCB) is known color: Twilight. HEX triplet: D2, BC and CB. RGB value is (210,188,203). Sum of RGB (Red+Green+Blue) = 210+188+203=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCCB is #2D4334. Grayscale: #C4C4C4. Windows color (decimal): -2966325 or 13352146. OLE color: 13352146.
HSL color Cylindrical-coordinate representation of color #D2BCCB: hue angle of 319.09º degrees, saturation: 0.2, 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 #D2BCCB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 203 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.18 |
| HSL | 319.09º | 0.2% | 0.78% | - |
| HSV(B) | 319.09º | 0.1% | 0.82% | - |
| XYZ | 55.34 | 53.98 | 64 | - |
| YUV | 196.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 203 | 0 | 0.10 | 0.03 | 0.18 | 319.09 | 0.2 | 0.78 |
| Hex | D2 | BC | CB | 0 | A | 3 | 12 | 13F | 14 | 4E |
| Octal | 322 | 274 | 313 | 0 | 12 | 3 | 22 | 477 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11001011 | 0 | 1010 | 11 | 10010 | 100111111 | 10100 | 1001110 |
Color Harmonies of #D2BCCB
Complementary color
Monochromatic Colors of #D2BCCB
Black with #D2BCCB
Text Example
Text Example
White with #D2BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCCB; }
p { color: rgb(210,188,203); }
H1.HeaderClassName
{
color: #D2BCCB;
}
.AnyTagClassName
{
color: #D2BCCB;
}
</style>
background-color css
<style>
a { background-color: #D2BCCB; }
a { background-color: rgb(210,188,203); }
div.DivClassName
{
background-color: #D2BCCB;
}
.BgClassName
{
background-color: #D2BCCB;
}
</style>
border-color css
<style>
span { border-color: #D2BCCB; }
span { border-color: rgb(210,188,203); }
td.TdClassName
{
border-color: #D2BCCB;
}
.TagClassName
{
border-color: #D2BCCB;
}
</style>