Shades of Twilight #D4C2CD
Tints of Twilight #D4C2CD
RGB
CMYK
RGB Variations
Color information
#D4C2CD (or 0xD4C2CD) is known color: Twilight. HEX triplet: D4, C2 and CD. RGB value is (212,194,205). Sum of RGB (Red+Green+Blue) = 212+194+205=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2CD is #2B3D32. Grayscale: #C8C8C8. Windows color (decimal): -2833715 or 13484756. OLE color: 13484756.
HSL color Cylindrical-coordinate representation of color #D4C2CD: hue angle of 323.33º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4C2CD is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 194 | 205 | - |
CMYK | 0 | 0.08 | 0.03 | 0.17 |
HSL | 323.33º | 0.17% | 0.8% | - |
HSV(B) | 323.33º | 0.08% | 0.83% | - |
XYZ | 57.46 | 56.99 | 65.73 | - |
YUV | 200.64 | 130.46 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 194 | 205 | 0 | 0.08 | 0.03 | 0.17 | 323.33 | 0.17 | 0.8 |
Hex | D4 | C2 | CD | 0 | 8 | 3 | 11 | 143 | 11 | 50 |
Octal | 324 | 302 | 315 | 0 | 10 | 3 | 21 | 503 | 21 | 120 |
Binary | 11010100 | 11000010 | 11001101 | 0 | 1000 | 11 | 10001 | 101000011 | 10001 | 1010000 |
Color Harmonies of #D4C2CD
Complementary color
Monochromatic Colors of #D4C2CD
Black with #D4C2CD
Text Example
Text Example
White with #D4C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2CD; }
p { color: rgb(212,194,205); }
H1.HeaderClassName
{
color: #D4C2CD;
}
.AnyTagClassName
{
color: #D4C2CD;
}
</style>
background-color css
<style>
a { background-color: #D4C2CD; }
a { background-color: rgb(212,194,205); }
div.DivClassName
{
background-color: #D4C2CD;
}
.BgClassName
{
background-color: #D4C2CD;
}
</style>
border-color css
<style>
span { border-color: #D4C2CD; }
span { border-color: rgb(212,194,205); }
td.TdClassName
{
border-color: #D4C2CD;
}
.TagClassName
{
border-color: #D4C2CD;
}
</style>