Shades of Twilight #D3CBCF
Tints of Twilight #D3CBCF
RGB
CMYK
RGB Variations
Color information
#D3CBCF (or 0xD3CBCF) is known color: Twilight. HEX triplet: D3, CB and CF. RGB value is (211,203,207). Sum of RGB (Red+Green+Blue) = 211+203+207=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CBCF is #2C3430. Grayscale: #CDCDCD. Windows color (decimal): -2896945 or 13618131. OLE color: 13618131.
HSL color Cylindrical-coordinate representation of color #D3CBCF: hue angle of 330º degrees, saturation: 0.08, 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 #D3CBCF is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 203 | 207 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.17 |
| HSL | 330º | 0.08% | 0.81% | - |
| HSV(B) | 330º | 0.04% | 0.83% | - |
| XYZ | 59.48 | 61.07 | 67.68 | - |
| YUV | 205.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 203 | 207 | 0 | 0.04 | 0.02 | 0.17 | 330 | 0.08 | 0.81 |
| Hex | D3 | CB | CF | 0 | 4 | 2 | 11 | 14A | 8 | 51 |
| Octal | 323 | 313 | 317 | 0 | 4 | 2 | 21 | 512 | 10 | 121 |
| Binary | 11010011 | 11001011 | 11001111 | 0 | 100 | 10 | 10001 | 101001010 | 1000 | 1010001 |
Color Harmonies of #D3CBCF
Complementary color
Monochromatic Colors of #D3CBCF
Black with #D3CBCF
Text Example
Text Example
White with #D3CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CBCF; }
p { color: rgb(211,203,207); }
H1.HeaderClassName
{
color: #D3CBCF;
}
.AnyTagClassName
{
color: #D3CBCF;
}
</style>
background-color css
<style>
a { background-color: #D3CBCF; }
a { background-color: rgb(211,203,207); }
div.DivClassName
{
background-color: #D3CBCF;
}
.BgClassName
{
background-color: #D3CBCF;
}
</style>
border-color css
<style>
span { border-color: #D3CBCF; }
span { border-color: rgb(211,203,207); }
td.TdClassName
{
border-color: #D3CBCF;
}
.TagClassName
{
border-color: #D3CBCF;
}
</style>