Shades of Twilight #D2D0D1
Tints of Twilight #D2D0D1
RGB
CMYK
RGB Variations
Color information
#D2D0D1 (or 0xD2D0D1) is known color: Twilight. HEX triplet: D2, D0 and D1. RGB value is (210,208,209). Sum of RGB (Red+Green+Blue) = 210+208+209=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0D1 is #2D2F2E. Grayscale: #D0D0D0. Windows color (decimal): -2961199 or 13750482. OLE color: 13750482.
HSL color Cylindrical-coordinate representation of color #D2D0D1: hue angle of 330º degrees, saturation: 0.02, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D2D0D1 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 208 | 209 | - |
CMYK | 0 | 0.01 | 0.00 | 0.18 |
HSL | 330º | 0.02% | 0.82% | - |
HSV(B) | 330º | 0.01% | 0.82% | - |
XYZ | 60.64 | 63.42 | 69.37 | - |
YUV | 208.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 208 | 209 | 0 | 0.01 | 0.00 | 0.18 | 330 | 0.02 | 0.82 |
Hex | D2 | D0 | D1 | 0 | 1 | 0 | 12 | 14A | 2 | 52 |
Octal | 322 | 320 | 321 | 0 | 1 | 0 | 22 | 512 | 2 | 122 |
Binary | 11010010 | 11010000 | 11010001 | 0 | 1 | 0 | 10010 | 101001010 | 10 | 1010010 |
Color Harmonies of #D2D0D1
Complementary color
Monochromatic Colors of #D2D0D1
Black with #D2D0D1
Text Example
Text Example
White with #D2D0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0D1; }
p { color: rgb(210,208,209); }
H1.HeaderClassName
{
color: #D2D0D1;
}
.AnyTagClassName
{
color: #D2D0D1;
}
</style>
background-color css
<style>
a { background-color: #D2D0D1; }
a { background-color: rgb(210,208,209); }
div.DivClassName
{
background-color: #D2D0D1;
}
.BgClassName
{
background-color: #D2D0D1;
}
</style>
border-color css
<style>
span { border-color: #D2D0D1; }
span { border-color: rgb(210,208,209); }
td.TdClassName
{
border-color: #D2D0D1;
}
.TagClassName
{
border-color: #D2D0D1;
}
</style>