Shades of Twilight #D4D0D3
Tints of Twilight #D4D0D3
RGB
CMYK
RGB Variations
Color information
#D4D0D3 (or 0xD4D0D3) is known color: Twilight. HEX triplet: D4, D0 and D3. RGB value is (212,208,211). Sum of RGB (Red+Green+Blue) = 212+208+211=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D0D3 is #2B2F2C. Grayscale: #D1D1D1. Windows color (decimal): -2830125 or 13881556. OLE color: 13881556.
HSL color Cylindrical-coordinate representation of color #D4D0D3: hue angle of 315º degrees, saturation: 0.04, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D4D0D3 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 208 | 211 | - |
CMYK | 0 | 0.02 | 0.00 | 0.17 |
HSL | 315º | 0.04% | 0.82% | - |
HSV(B) | 315º | 0.02% | 0.83% | - |
XYZ | 61.47 | 63.81 | 70.71 | - |
YUV | 209.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 208 | 211 | 0 | 0.02 | 0.00 | 0.17 | 315 | 0.04 | 0.82 |
Hex | D4 | D0 | D3 | 0 | 2 | 0 | 11 | 13B | 4 | 52 |
Octal | 324 | 320 | 323 | 0 | 2 | 0 | 21 | 473 | 4 | 122 |
Binary | 11010100 | 11010000 | 11010011 | 0 | 10 | 0 | 10001 | 100111011 | 100 | 1010010 |
Color Harmonies of #D4D0D3
Complementary color
Monochromatic Colors of #D4D0D3
Black with #D4D0D3
Text Example
Text Example
White with #D4D0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D0D3; }
p { color: rgb(212,208,211); }
H1.HeaderClassName
{
color: #D4D0D3;
}
.AnyTagClassName
{
color: #D4D0D3;
}
</style>
background-color css
<style>
a { background-color: #D4D0D3; }
a { background-color: rgb(212,208,211); }
div.DivClassName
{
background-color: #D4D0D3;
}
.BgClassName
{
background-color: #D4D0D3;
}
</style>
border-color css
<style>
span { border-color: #D4D0D3; }
span { border-color: rgb(212,208,211); }
td.TdClassName
{
border-color: #D4D0D3;
}
.TagClassName
{
border-color: #D4D0D3;
}
</style>