Shades of Twilight #D6CDD3
Tints of Twilight #D6CDD3
RGB
CMYK
RGB Variations
Color information
#D6CDD3 (or 0xD6CDD3) is known color: Twilight. HEX triplet: D6, CD and D3. RGB value is (214,205,211). Sum of RGB (Red+Green+Blue) = 214+205+211=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CDD3 is #29322C. Grayscale: #D0D0D0. Windows color (decimal): -2699821 or 13880790. OLE color: 13880790.
HSL color Cylindrical-coordinate representation of color #D6CDD3: hue angle of 320º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D6CDD3 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 205 | 211 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.16 |
| HSL | 320º | 0.1% | 0.82% | - |
| HSV(B) | 320º | 0.04% | 0.84% | - |
| XYZ | 61.32 | 62.66 | 70.49 | - |
| YUV | 208.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 211 | 0 | 0.04 | 0.01 | 0.16 | 320 | 0.1 | 0.82 |
| Hex | D6 | CD | D3 | 0 | 4 | 1 | 10 | 140 | A | 52 |
| Octal | 326 | 315 | 323 | 0 | 4 | 1 | 20 | 500 | 12 | 122 |
| Binary | 11010110 | 11001101 | 11010011 | 0 | 100 | 1 | 10000 | 101000000 | 1010 | 1010010 |
Color Harmonies of #D6CDD3
Complementary color
Monochromatic Colors of #D6CDD3
Black with #D6CDD3
Text Example
Text Example
White with #D6CDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDD3; }
p { color: rgb(214,205,211); }
H1.HeaderClassName
{
color: #D6CDD3;
}
.AnyTagClassName
{
color: #D6CDD3;
}
</style>
background-color css
<style>
a { background-color: #D6CDD3; }
a { background-color: rgb(214,205,211); }
div.DivClassName
{
background-color: #D6CDD3;
}
.BgClassName
{
background-color: #D6CDD3;
}
</style>
border-color css
<style>
span { border-color: #D6CDD3; }
span { border-color: rgb(214,205,211); }
td.TdClassName
{
border-color: #D6CDD3;
}
.TagClassName
{
border-color: #D6CDD3;
}
</style>