Shades of Twilight #D9CBD3
Tints of Twilight #D9CBD3
RGB
CMYK
RGB Variations
Color information
#D9CBD3 (or 0xD9CBD3) is known color: Twilight. HEX triplet: D9, CB and D3. RGB value is (217,203,211). Sum of RGB (Red+Green+Blue) = 217+203+211=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 211 (82.81% from 255 or 33.44% from 631); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD3 is #26342C. Grayscale: #D0D0D0. Windows color (decimal): -2503725 or 13880281. OLE color: 13880281.
HSL color Cylindrical-coordinate representation of color #D9CBD3: hue angle of 325.71º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CBD3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 211 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.15 |
| HSL | 325.71º | 0.16% | 0.82% | - |
| HSV(B) | 325.71º | 0.06% | 0.85% | - |
| XYZ | 61.73 | 62.17 | 70.37 | - |
| YUV | 208.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 211 | 0 | 0.06 | 0.03 | 0.15 | 325.71 | 0.16 | 0.82 |
| Hex | D9 | CB | D3 | 0 | 6 | 3 | F | 146 | 10 | 52 |
| Octal | 331 | 313 | 323 | 0 | 6 | 3 | 17 | 506 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11010011 | 0 | 110 | 11 | 1111 | 101000110 | 10000 | 1010010 |
Color Harmonies of #D9CBD3
Complementary color
Monochromatic Colors of #D9CBD3
Black with #D9CBD3
Text Example
Text Example
White with #D9CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBD3; }
p { color: rgb(217,203,211); }
H1.HeaderClassName
{
color: #D9CBD3;
}
.AnyTagClassName
{
color: #D9CBD3;
}
</style>
background-color css
<style>
a { background-color: #D9CBD3; }
a { background-color: rgb(217,203,211); }
div.DivClassName
{
background-color: #D9CBD3;
}
.BgClassName
{
background-color: #D9CBD3;
}
</style>
border-color css
<style>
span { border-color: #D9CBD3; }
span { border-color: rgb(217,203,211); }
td.TdClassName
{
border-color: #D9CBD3;
}
.TagClassName
{
border-color: #D9CBD3;
}
</style>