Shades of Twilight #D3CCD0
Tints of Twilight #D3CCD0
RGB
CMYK
RGB Variations
Color information
#D3CCD0 (or 0xD3CCD0) is known color: Twilight. HEX triplet: D3, CC and D0. RGB value is (211,204,208). Sum of RGB (Red+Green+Blue) = 211+204+208=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CCD0 is #2C332F. Grayscale: #CECECE. Windows color (decimal): -2896688 or 13683923. OLE color: 13683923.
HSL color Cylindrical-coordinate representation of color #D3CCD0: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3CCD0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 204 | 208 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.17 |
| HSL | 325.71º | 0.07% | 0.81% | - |
| HSV(B) | 325.71º | 0.03% | 0.83% | - |
| XYZ | 59.84 | 61.59 | 68.41 | - |
| YUV | 206.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 204 | 208 | 0 | 0.03 | 0.01 | 0.17 | 325.71 | 0.07 | 0.81 |
| Hex | D3 | CC | D0 | 0 | 3 | 1 | 11 | 146 | 7 | 51 |
| Octal | 323 | 314 | 320 | 0 | 3 | 1 | 21 | 506 | 7 | 121 |
| Binary | 11010011 | 11001100 | 11010000 | 0 | 11 | 1 | 10001 | 101000110 | 111 | 1010001 |
Color Harmonies of #D3CCD0
Complementary color
Monochromatic Colors of #D3CCD0
Black with #D3CCD0
Text Example
Text Example
White with #D3CCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CCD0; }
p { color: rgb(211,204,208); }
H1.HeaderClassName
{
color: #D3CCD0;
}
.AnyTagClassName
{
color: #D3CCD0;
}
</style>
background-color css
<style>
a { background-color: #D3CCD0; }
a { background-color: rgb(211,204,208); }
div.DivClassName
{
background-color: #D3CCD0;
}
.BgClassName
{
background-color: #D3CCD0;
}
</style>
border-color css
<style>
span { border-color: #D3CCD0; }
span { border-color: rgb(211,204,208); }
td.TdClassName
{
border-color: #D3CCD0;
}
.TagClassName
{
border-color: #D3CCD0;
}
</style>