Shades of Twilight #D2BBC7
Tints of Twilight #D2BBC7
RGB
CMYK
RGB Variations
Color information
#D2BBC7 (or 0xD2BBC7) is known color: Twilight. HEX triplet: D2, BB and C7. RGB value is (210,187,199). Sum of RGB (Red+Green+Blue) = 210+187+199=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBC7 is #2D4438. Grayscale: #C3C3C3. Windows color (decimal): -2966585 or 13089746. OLE color: 13089746.
HSL color Cylindrical-coordinate representation of color #D2BBC7: hue angle of 328.7º 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 #D2BBC7 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 199 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.18 |
| HSL | 328.7º | 0.2% | 0.78% | - |
| HSV(B) | 328.7º | 0.11% | 0.82% | - |
| XYZ | 54.66 | 53.37 | 61.45 | - |
| YUV | 195.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 199 | 0 | 0.11 | 0.05 | 0.18 | 328.7 | 0.2 | 0.78 |
| Hex | D2 | BB | C7 | 0 | B | 5 | 12 | 149 | 14 | 4E |
| Octal | 322 | 273 | 307 | 0 | 13 | 5 | 22 | 511 | 24 | 116 |
| Binary | 11010010 | 10111011 | 11000111 | 0 | 1011 | 101 | 10010 | 101001001 | 10100 | 1001110 |
Color Harmonies of #D2BBC7
Complementary color
Monochromatic Colors of #D2BBC7
Black with #D2BBC7
Text Example
Text Example
White with #D2BBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBC7; }
p { color: rgb(210,187,199); }
H1.HeaderClassName
{
color: #D2BBC7;
}
.AnyTagClassName
{
color: #D2BBC7;
}
</style>
background-color css
<style>
a { background-color: #D2BBC7; }
a { background-color: rgb(210,187,199); }
div.DivClassName
{
background-color: #D2BBC7;
}
.BgClassName
{
background-color: #D2BBC7;
}
</style>
border-color css
<style>
span { border-color: #D2BBC7; }
span { border-color: rgb(210,187,199); }
td.TdClassName
{
border-color: #D2BBC7;
}
.TagClassName
{
border-color: #D2BBC7;
}
</style>