Shades of Twilight #D4CBD1
Tints of Twilight #D4CBD1
RGB
CMYK
RGB Variations
Color information
#D4CBD1 (or 0xD4CBD1) is known color: Twilight. HEX triplet: D4, CB and D1. RGB value is (212,203,209). Sum of RGB (Red+Green+Blue) = 212+203+209=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBD1 is #2B342E. Grayscale: #CECECE. Windows color (decimal): -2831407 or 13749204. OLE color: 13749204.
HSL color Cylindrical-coordinate representation of color #D4CBD1: hue angle of 320º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CBD1 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 209 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.17 |
| HSL | 320º | 0.09% | 0.81% | - |
| HSV(B) | 320º | 0.04% | 0.83% | - |
| XYZ | 60.02 | 61.31 | 68.99 | - |
| YUV | 206.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 209 | 0 | 0.04 | 0.01 | 0.17 | 320 | 0.09 | 0.81 |
| Hex | D4 | CB | D1 | 0 | 4 | 1 | 11 | 140 | 9 | 51 |
| Octal | 324 | 313 | 321 | 0 | 4 | 1 | 21 | 500 | 11 | 121 |
| Binary | 11010100 | 11001011 | 11010001 | 0 | 100 | 1 | 10001 | 101000000 | 1001 | 1010001 |
Color Harmonies of #D4CBD1
Complementary color
Monochromatic Colors of #D4CBD1
Black with #D4CBD1
Text Example
Text Example
White with #D4CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBD1; }
p { color: rgb(212,203,209); }
H1.HeaderClassName
{
color: #D4CBD1;
}
.AnyTagClassName
{
color: #D4CBD1;
}
</style>
background-color css
<style>
a { background-color: #D4CBD1; }
a { background-color: rgb(212,203,209); }
div.DivClassName
{
background-color: #D4CBD1;
}
.BgClassName
{
background-color: #D4CBD1;
}
</style>
border-color css
<style>
span { border-color: #D4CBD1; }
span { border-color: rgb(212,203,209); }
td.TdClassName
{
border-color: #D4CBD1;
}
.TagClassName
{
border-color: #D4CBD1;
}
</style>