Shades of Twilight #D2CED1
Tints of Twilight #D2CED1
RGB
CMYK
RGB Variations
Color information
#D2CED1 (or 0xD2CED1) is known color: Twilight. HEX triplet: D2, CE and D1. RGB value is (210,206,209). Sum of RGB (Red+Green+Blue) = 210+206+209=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CED1 is #2D312E. Grayscale: #CFCFCF. Windows color (decimal): -2961711 or 13749970. OLE color: 13749970.
HSL color Cylindrical-coordinate representation of color #D2CED1: hue angle of 315º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D2CED1 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 209 | - |
| CMYK | 0 | 0.02 | 0.00 | 0.18 |
| HSL | 315º | 0.04% | 0.82% | - |
| HSV(B) | 315º | 0.02% | 0.82% | - |
| XYZ | 60.16 | 62.45 | 69.2 | - |
| YUV | 207.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 209 | 0 | 0.02 | 0.00 | 0.18 | 315 | 0.04 | 0.82 |
| Hex | D2 | CE | D1 | 0 | 2 | 0 | 12 | 13B | 4 | 52 |
| Octal | 322 | 316 | 321 | 0 | 2 | 0 | 22 | 473 | 4 | 122 |
| Binary | 11010010 | 11001110 | 11010001 | 0 | 10 | 0 | 10010 | 100111011 | 100 | 1010010 |
Color Harmonies of #D2CED1
Complementary color
Monochromatic Colors of #D2CED1
Black with #D2CED1
Text Example
Text Example
White with #D2CED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CED1; }
p { color: rgb(210,206,209); }
H1.HeaderClassName
{
color: #D2CED1;
}
.AnyTagClassName
{
color: #D2CED1;
}
</style>
background-color css
<style>
a { background-color: #D2CED1; }
a { background-color: rgb(210,206,209); }
div.DivClassName
{
background-color: #D2CED1;
}
.BgClassName
{
background-color: #D2CED1;
}
</style>
border-color css
<style>
span { border-color: #D2CED1; }
span { border-color: rgb(210,206,209); }
td.TdClassName
{
border-color: #D2CED1;
}
.TagClassName
{
border-color: #D2CED1;
}
</style>