Shades of Twilight #D6CBD2
Tints of Twilight #D6CBD2
RGB
CMYK
RGB Variations
Color information
#D6CBD2 (or 0xD6CBD2) is known color: Twilight. HEX triplet: D6, CB and D2. RGB value is (214,203,210). Sum of RGB (Red+Green+Blue) = 214+203+210=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD2 is #29342D. Grayscale: #CFCFCF. Windows color (decimal): -2700334 or 13814742. OLE color: 13814742.
HSL color Cylindrical-coordinate representation of color #D6CBD2: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBD2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 210 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.16 |
| HSL | 321.82º | 0.12% | 0.82% | - |
| HSV(B) | 321.82º | 0.05% | 0.84% | - |
| XYZ | 60.72 | 61.66 | 69.67 | - |
| YUV | 207.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 210 | 0 | 0.05 | 0.02 | 0.16 | 321.82 | 0.12 | 0.82 |
| Hex | D6 | CB | D2 | 0 | 5 | 2 | 10 | 142 | C | 52 |
| Octal | 326 | 313 | 322 | 0 | 5 | 2 | 20 | 502 | 14 | 122 |
| Binary | 11010110 | 11001011 | 11010010 | 0 | 101 | 10 | 10000 | 101000010 | 1100 | 1010010 |
Color Harmonies of #D6CBD2
Complementary color
Monochromatic Colors of #D6CBD2
Black with #D6CBD2
Text Example
Text Example
White with #D6CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBD2; }
p { color: rgb(214,203,210); }
H1.HeaderClassName
{
color: #D6CBD2;
}
.AnyTagClassName
{
color: #D6CBD2;
}
</style>
background-color css
<style>
a { background-color: #D6CBD2; }
a { background-color: rgb(214,203,210); }
div.DivClassName
{
background-color: #D6CBD2;
}
.BgClassName
{
background-color: #D6CBD2;
}
</style>
border-color css
<style>
span { border-color: #D6CBD2; }
span { border-color: rgb(214,203,210); }
td.TdClassName
{
border-color: #D6CBD2;
}
.TagClassName
{
border-color: #D6CBD2;
}
</style>