Shades of Twilight #D4C2CB
Tints of Twilight #D4C2CB
RGB
CMYK
RGB Variations
Color information
#D4C2CB (or 0xD4C2CB) is known color: Twilight. HEX triplet: D4, C2 and CB. RGB value is (212,194,203). Sum of RGB (Red+Green+Blue) = 212+194+203=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C2CB is #2B3D34. Grayscale: #C8C8C8. Windows color (decimal): -2833717 or 13353684. OLE color: 13353684.
HSL color Cylindrical-coordinate representation of color #D4C2CB: hue angle of 330º 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 #D4C2CB is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 203 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.17 |
| HSL | 330º | 0.17% | 0.8% | - |
| HSV(B) | 330º | 0.08% | 0.83% | - |
| XYZ | 57.22 | 56.89 | 64.47 | - |
| YUV | 200.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 203 | 0 | 0.08 | 0.04 | 0.17 | 330 | 0.17 | 0.8 |
| Hex | D4 | C2 | CB | 0 | 8 | 4 | 11 | 14A | 11 | 50 |
| Octal | 324 | 302 | 313 | 0 | 10 | 4 | 21 | 512 | 21 | 120 |
| Binary | 11010100 | 11000010 | 11001011 | 0 | 1000 | 100 | 10001 | 101001010 | 10001 | 1010000 |
Color Harmonies of #D4C2CB
Complementary color
Monochromatic Colors of #D4C2CB
Black with #D4C2CB
Text Example
Text Example
White with #D4C2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C2CB; }
p { color: rgb(212,194,203); }
H1.HeaderClassName
{
color: #D4C2CB;
}
.AnyTagClassName
{
color: #D4C2CB;
}
</style>
background-color css
<style>
a { background-color: #D4C2CB; }
a { background-color: rgb(212,194,203); }
div.DivClassName
{
background-color: #D4C2CB;
}
.BgClassName
{
background-color: #D4C2CB;
}
</style>
border-color css
<style>
span { border-color: #D4C2CB; }
span { border-color: rgb(212,194,203); }
td.TdClassName
{
border-color: #D4C2CB;
}
.TagClassName
{
border-color: #D4C2CB;
}
</style>