Shades of Twilight #D4CBCF
Tints of Twilight #D4CBCF
RGB
CMYK
RGB Variations
Color information
#D4CBCF (or 0xD4CBCF) is known color: Twilight. HEX triplet: D4, CB and CF. RGB value is (212,203,207). Sum of RGB (Red+Green+Blue) = 212+203+207=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBCF is #2B3430. Grayscale: #CECECE. Windows color (decimal): -2831409 or 13618132. OLE color: 13618132.
HSL color Cylindrical-coordinate representation of color #D4CBCF: hue angle of 333.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D4CBCF is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 207 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.17 |
| HSL | 333.33º | 0.09% | 0.81% | - |
| HSV(B) | 333.33º | 0.04% | 0.83% | - |
| XYZ | 59.77 | 61.21 | 67.7 | - |
| YUV | 206.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 207 | 0 | 0.04 | 0.02 | 0.17 | 333.33 | 0.09 | 0.81 |
| Hex | D4 | CB | CF | 0 | 4 | 2 | 11 | 14D | 9 | 51 |
| Octal | 324 | 313 | 317 | 0 | 4 | 2 | 21 | 515 | 11 | 121 |
| Binary | 11010100 | 11001011 | 11001111 | 0 | 100 | 10 | 10001 | 101001101 | 1001 | 1010001 |
Color Harmonies of #D4CBCF
Complementary color
Monochromatic Colors of #D4CBCF
Black with #D4CBCF
Text Example
Text Example
White with #D4CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CBCF; }
p { color: rgb(212,203,207); }
H1.HeaderClassName
{
color: #D4CBCF;
}
.AnyTagClassName
{
color: #D4CBCF;
}
</style>
background-color css
<style>
a { background-color: #D4CBCF; }
a { background-color: rgb(212,203,207); }
div.DivClassName
{
background-color: #D4CBCF;
}
.BgClassName
{
background-color: #D4CBCF;
}
</style>
border-color css
<style>
span { border-color: #D4CBCF; }
span { border-color: rgb(212,203,207); }
td.TdClassName
{
border-color: #D4CBCF;
}
.TagClassName
{
border-color: #D4CBCF;
}
</style>