Shades of Twilight #D7CED4
Tints of Twilight #D7CED4
RGB
CMYK
RGB Variations
Color information
#D7CED4 (or 0xD7CED4) is known color: Twilight. HEX triplet: D7, CE and D4. RGB value is (215,206,212). Sum of RGB (Red+Green+Blue) = 215+206+212=633 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.97% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 212 (83.20% from 255 or 33.49% from 633); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CED4 is #28312B. Grayscale: #D1D1D1. Windows color (decimal): -2634028 or 13946583. OLE color: 13946583.
HSL color Cylindrical-coordinate representation of color #D7CED4: hue angle of 320º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D7CED4 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 206 | 212 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.16 |
| HSL | 320º | 0.1% | 0.83% | - |
| HSV(B) | 320º | 0.04% | 0.84% | - |
| XYZ | 61.98 | 63.34 | 71.25 | - |
| YUV | 209.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 206 | 212 | 0 | 0.04 | 0.01 | 0.16 | 320 | 0.1 | 0.83 |
| Hex | D7 | CE | D4 | 0 | 4 | 1 | 10 | 140 | A | 53 |
| Octal | 327 | 316 | 324 | 0 | 4 | 1 | 20 | 500 | 12 | 123 |
| Binary | 11010111 | 11001110 | 11010100 | 0 | 100 | 1 | 10000 | 101000000 | 1010 | 1010011 |
Color Harmonies of #D7CED4
Complementary color
Monochromatic Colors of #D7CED4
Black with #D7CED4
Text Example
Text Example
White with #D7CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CED4; }
p { color: rgb(215,206,212); }
H1.HeaderClassName
{
color: #D7CED4;
}
.AnyTagClassName
{
color: #D7CED4;
}
</style>
background-color css
<style>
a { background-color: #D7CED4; }
a { background-color: rgb(215,206,212); }
div.DivClassName
{
background-color: #D7CED4;
}
.BgClassName
{
background-color: #D7CED4;
}
</style>
border-color css
<style>
span { border-color: #D7CED4; }
span { border-color: rgb(215,206,212); }
td.TdClassName
{
border-color: #D7CED4;
}
.TagClassName
{
border-color: #D7CED4;
}
</style>