Shades of Twilight #D4C6CD
Tints of Twilight #D4C6CD
RGB
CMYK
RGB Variations
Color information
#D4C6CD (or 0xD4C6CD) is known color: Twilight. HEX triplet: D4, C6 and CD. RGB value is (212,198,205). Sum of RGB (Red+Green+Blue) = 212+198+205=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C6CD is #2B3932. Grayscale: #CACACA. Windows color (decimal): -2832691 or 13485780. OLE color: 13485780.
HSL color Cylindrical-coordinate representation of color #D4C6CD: hue angle of 330º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4C6CD is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 198 | 205 | - |
CMYK | 0 | 0.07 | 0.03 | 0.17 |
HSL | 330º | 0.14% | 0.8% | - |
HSV(B) | 330º | 0.07% | 0.83% | - |
XYZ | 58.36 | 58.79 | 66.03 | - |
YUV | 202.98 | 129.14 | 134.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 198 | 205 | 0 | 0.07 | 0.03 | 0.17 | 330 | 0.14 | 0.8 |
Hex | D4 | C6 | CD | 0 | 7 | 3 | 11 | 14A | E | 50 |
Octal | 324 | 306 | 315 | 0 | 7 | 3 | 21 | 512 | 16 | 120 |
Binary | 11010100 | 11000110 | 11001101 | 0 | 111 | 11 | 10001 | 101001010 | 1110 | 1010000 |
Color Harmonies of #D4C6CD
Complementary color
Monochromatic Colors of #D4C6CD
Black with #D4C6CD
Text Example
Text Example
White with #D4C6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6CD; }
p { color: rgb(212,198,205); }
H1.HeaderClassName
{
color: #D4C6CD;
}
.AnyTagClassName
{
color: #D4C6CD;
}
</style>
background-color css
<style>
a { background-color: #D4C6CD; }
a { background-color: rgb(212,198,205); }
div.DivClassName
{
background-color: #D4C6CD;
}
.BgClassName
{
background-color: #D4C6CD;
}
</style>
border-color css
<style>
span { border-color: #D4C6CD; }
span { border-color: rgb(212,198,205); }
td.TdClassName
{
border-color: #D4C6CD;
}
.TagClassName
{
border-color: #D4C6CD;
}
</style>