Shades of Twilight #D2CBD0
Tints of Twilight #D2CBD0
RGB
CMYK
RGB Variations
Color information
#D2CBD0 (or 0xD2CBD0) is known color: Twilight. HEX triplet: D2, CB and D0. RGB value is (210,203,208). Sum of RGB (Red+Green+Blue) = 210+203+208=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBD0 is #2D342F. Grayscale: #CDCDCD. Windows color (decimal): -2962480 or 13683666. OLE color: 13683666.
HSL color Cylindrical-coordinate representation of color #D2CBD0: hue angle of 317.14º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2CBD0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 208 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.18 |
| HSL | 317.14º | 0.07% | 0.81% | - |
| HSV(B) | 317.14º | 0.03% | 0.82% | - |
| XYZ | 59.32 | 60.97 | 68.32 | - |
| YUV | 205.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 208 | 0 | 0.03 | 0.01 | 0.18 | 317.14 | 0.07 | 0.81 |
| Hex | D2 | CB | D0 | 0 | 3 | 1 | 12 | 13D | 7 | 51 |
| Octal | 322 | 313 | 320 | 0 | 3 | 1 | 22 | 475 | 7 | 121 |
| Binary | 11010010 | 11001011 | 11010000 | 0 | 11 | 1 | 10010 | 100111101 | 111 | 1010001 |
Color Harmonies of #D2CBD0
Complementary color
Monochromatic Colors of #D2CBD0
Black with #D2CBD0
Text Example
Text Example
White with #D2CBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CBD0; }
p { color: rgb(210,203,208); }
H1.HeaderClassName
{
color: #D2CBD0;
}
.AnyTagClassName
{
color: #D2CBD0;
}
</style>
background-color css
<style>
a { background-color: #D2CBD0; }
a { background-color: rgb(210,203,208); }
div.DivClassName
{
background-color: #D2CBD0;
}
.BgClassName
{
background-color: #D2CBD0;
}
</style>
border-color css
<style>
span { border-color: #D2CBD0; }
span { border-color: rgb(210,203,208); }
td.TdClassName
{
border-color: #D2CBD0;
}
.TagClassName
{
border-color: #D2CBD0;
}
</style>