Shades of Twilight #D2BBC6
Tints of Twilight #D2BBC6
RGB
CMYK
RGB Variations
Color information
#D2BBC6 (or 0xD2BBC6) is known color: Twilight. HEX triplet: D2, BB and C6. RGB value is (210,187,198). Sum of RGB (Red+Green+Blue) = 210+187+198=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBC6 is #2D4439. Grayscale: #C3C3C3. Windows color (decimal): -2966586 or 13024210. OLE color: 13024210.
HSL color Cylindrical-coordinate representation of color #D2BBC6: hue angle of 331.3º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBC6 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 198 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.18 |
| HSL | 331.3º | 0.2% | 0.78% | - |
| HSV(B) | 331.3º | 0.11% | 0.82% | - |
| XYZ | 54.54 | 53.32 | 60.84 | - |
| YUV | 195.13 | 129.62 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 198 | 0 | 0.11 | 0.06 | 0.18 | 331.3 | 0.2 | 0.78 |
| Hex | D2 | BB | C6 | 0 | B | 6 | 12 | 14B | 14 | 4E |
| Octal | 322 | 273 | 306 | 0 | 13 | 6 | 22 | 513 | 24 | 116 |
| Binary | 11010010 | 10111011 | 11000110 | 0 | 1011 | 110 | 10010 | 101001011 | 10100 | 1001110 |
Color Harmonies of #D2BBC6
Complementary color
Monochromatic Colors of #D2BBC6
Black with #D2BBC6
Text Example
Text Example
White with #D2BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBC6; }
p { color: rgb(210,187,198); }
H1.HeaderClassName
{
color: #D2BBC6;
}
.AnyTagClassName
{
color: #D2BBC6;
}
</style>
background-color css
<style>
a { background-color: #D2BBC6; }
a { background-color: rgb(210,187,198); }
div.DivClassName
{
background-color: #D2BBC6;
}
.BgClassName
{
background-color: #D2BBC6;
}
</style>
border-color css
<style>
span { border-color: #D2BBC6; }
span { border-color: rgb(210,187,198); }
td.TdClassName
{
border-color: #D2BBC6;
}
.TagClassName
{
border-color: #D2BBC6;
}
</style>