Shades of Twilight #D2BECC
Tints of Twilight #D2BECC
RGB
CMYK
RGB Variations
Color information
#D2BECC (or 0xD2BECC) is known color: Twilight. HEX triplet: D2, BE and CC. RGB value is (210,190,204). Sum of RGB (Red+Green+Blue) = 210+190+204=604 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.77% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BECC is #2D4133. Grayscale: #C5C5C5. Windows color (decimal): -2965812 or 13418194. OLE color: 13418194.
HSL color Cylindrical-coordinate representation of color #D2BECC: hue angle of 318º 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 #D2BECC is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 204 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.18 |
| HSL | 318º | 0.18% | 0.78% | - |
| HSV(B) | 318º | 0.1% | 0.82% | - |
| XYZ | 55.89 | 54.89 | 64.78 | - |
| YUV | 197.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 204 | 0 | 0.10 | 0.03 | 0.18 | 318 | 0.18 | 0.78 |
| Hex | D2 | BE | CC | 0 | A | 3 | 12 | 13E | 12 | 4E |
| Octal | 322 | 276 | 314 | 0 | 12 | 3 | 22 | 476 | 22 | 116 |
| Binary | 11010010 | 10111110 | 11001100 | 0 | 1010 | 11 | 10010 | 100111110 | 10010 | 1001110 |
Color Harmonies of #D2BECC
Complementary color
Monochromatic Colors of #D2BECC
Black with #D2BECC
Text Example
Text Example
White with #D2BECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BECC; }
p { color: rgb(210,190,204); }
H1.HeaderClassName
{
color: #D2BECC;
}
.AnyTagClassName
{
color: #D2BECC;
}
</style>
background-color css
<style>
a { background-color: #D2BECC; }
a { background-color: rgb(210,190,204); }
div.DivClassName
{
background-color: #D2BECC;
}
.BgClassName
{
background-color: #D2BECC;
}
</style>
border-color css
<style>
span { border-color: #D2BECC; }
span { border-color: rgb(210,190,204); }
td.TdClassName
{
border-color: #D2BECC;
}
.TagClassName
{
border-color: #D2BECC;
}
</style>