Shades of Twilight #D3CDD0
Tints of Twilight #D3CDD0
RGB
CMYK
RGB Variations
Color information
#D3CDD0 (or 0xD3CDD0) is known color: Twilight. HEX triplet: D3, CD and D0. RGB value is (211,205,208). Sum of RGB (Red+Green+Blue) = 211+205+208=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 208 (81.64% from 255 or 33.33% from 624); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDD0 is #2C322F. Grayscale: #CFCFCF. Windows color (decimal): -2896432 or 13684179. OLE color: 13684179.
HSL color Cylindrical-coordinate representation of color #D3CDD0: hue angle of 330º degrees, saturation: 0.06, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D3CDD0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 205 | 208 | - |
CMYK | 0 | 0.03 | 0.01 | 0.17 |
HSL | 330º | 0.06% | 0.82% | - |
HSV(B) | 330º | 0.03% | 0.83% | - |
XYZ | 60.08 | 62.07 | 68.49 | - |
YUV | 207.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 205 | 208 | 0 | 0.03 | 0.01 | 0.17 | 330 | 0.06 | 0.82 |
Hex | D3 | CD | D0 | 0 | 3 | 1 | 11 | 14A | 6 | 52 |
Octal | 323 | 315 | 320 | 0 | 3 | 1 | 21 | 512 | 6 | 122 |
Binary | 11010011 | 11001101 | 11010000 | 0 | 11 | 1 | 10001 | 101001010 | 110 | 1010010 |
Color Harmonies of #D3CDD0
Complementary color
Monochromatic Colors of #D3CDD0
Black with #D3CDD0
Text Example
Text Example
White with #D3CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CDD0; }
p { color: rgb(211,205,208); }
H1.HeaderClassName
{
color: #D3CDD0;
}
.AnyTagClassName
{
color: #D3CDD0;
}
</style>
background-color css
<style>
a { background-color: #D3CDD0; }
a { background-color: rgb(211,205,208); }
div.DivClassName
{
background-color: #D3CDD0;
}
.BgClassName
{
background-color: #D3CDD0;
}
</style>
border-color css
<style>
span { border-color: #D3CDD0; }
span { border-color: rgb(211,205,208); }
td.TdClassName
{
border-color: #D3CDD0;
}
.TagClassName
{
border-color: #D3CDD0;
}
</style>