Shades of Twilight #D6CED2
Tints of Twilight #D6CED2
RGB
CMYK
RGB Variations
Color information
#D6CED2 (or 0xD6CED2) is known color: Twilight. HEX triplet: D6, CE and D2. RGB value is (214,206,210). Sum of RGB (Red+Green+Blue) = 214+206+210=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 210 (82.42% from 255 or 33.33% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CED2 is #29312D. Grayscale: #D0D0D0. Windows color (decimal): -2699566 or 13815510. OLE color: 13815510.
HSL color Cylindrical-coordinate representation of color #D6CED2: hue angle of 330º degrees, saturation: 0.09, 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 #D6CED2 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 206 | 210 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.16 |
| HSL | 330º | 0.09% | 0.82% | - |
| HSV(B) | 330º | 0.04% | 0.84% | - |
| XYZ | 61.44 | 63.09 | 69.91 | - |
| YUV | 208.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 206 | 210 | 0 | 0.04 | 0.02 | 0.16 | 330 | 0.09 | 0.82 |
| Hex | D6 | CE | D2 | 0 | 4 | 2 | 10 | 14A | 9 | 52 |
| Octal | 326 | 316 | 322 | 0 | 4 | 2 | 20 | 512 | 11 | 122 |
| Binary | 11010110 | 11001110 | 11010010 | 0 | 100 | 10 | 10000 | 101001010 | 1001 | 1010010 |
Color Harmonies of #D6CED2
Complementary color
Monochromatic Colors of #D6CED2
Black with #D6CED2
Text Example
Text Example
White with #D6CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CED2; }
p { color: rgb(214,206,210); }
H1.HeaderClassName
{
color: #D6CED2;
}
.AnyTagClassName
{
color: #D6CED2;
}
</style>
background-color css
<style>
a { background-color: #D6CED2; }
a { background-color: rgb(214,206,210); }
div.DivClassName
{
background-color: #D6CED2;
}
.BgClassName
{
background-color: #D6CED2;
}
</style>
border-color css
<style>
span { border-color: #D6CED2; }
span { border-color: rgb(214,206,210); }
td.TdClassName
{
border-color: #D6CED2;
}
.TagClassName
{
border-color: #D6CED2;
}
</style>