Shades of Twilight #D9CBD2
Tints of Twilight #D9CBD2
RGB
CMYK
RGB Variations
Color information
#D9CBD2 (or 0xD9CBD2) is known color: Twilight. HEX triplet: D9, CB and D2. RGB value is (217,203,210). Sum of RGB (Red+Green+Blue) = 217+203+210=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CBD2 is #26342D. Grayscale: #CFCFCF. Windows color (decimal): -2503726 or 13814745. OLE color: 13814745.
HSL color Cylindrical-coordinate representation of color #D9CBD2: hue angle of 330º 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 #D9CBD2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 203 | 210 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.15 |
| HSL | 330º | 0.16% | 0.82% | - |
| HSV(B) | 330º | 0.06% | 0.85% | - |
| XYZ | 61.6 | 62.12 | 69.72 | - |
| YUV | 207.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 203 | 210 | 0 | 0.06 | 0.03 | 0.15 | 330 | 0.16 | 0.82 |
| Hex | D9 | CB | D2 | 0 | 6 | 3 | F | 14A | 10 | 52 |
| Octal | 331 | 313 | 322 | 0 | 6 | 3 | 17 | 512 | 20 | 122 |
| Binary | 11011001 | 11001011 | 11010010 | 0 | 110 | 11 | 1111 | 101001010 | 10000 | 1010010 |
Color Harmonies of #D9CBD2
Complementary color
Monochromatic Colors of #D9CBD2
Black with #D9CBD2
Text Example
Text Example
White with #D9CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CBD2; }
p { color: rgb(217,203,210); }
H1.HeaderClassName
{
color: #D9CBD2;
}
.AnyTagClassName
{
color: #D9CBD2;
}
</style>
background-color css
<style>
a { background-color: #D9CBD2; }
a { background-color: rgb(217,203,210); }
div.DivClassName
{
background-color: #D9CBD2;
}
.BgClassName
{
background-color: #D9CBD2;
}
</style>
border-color css
<style>
span { border-color: #D9CBD2; }
span { border-color: rgb(217,203,210); }
td.TdClassName
{
border-color: #D9CBD2;
}
.TagClassName
{
border-color: #D9CBD2;
}
</style>