Shades of Twilight #D5CDD2
Tints of Twilight #D5CDD2
RGB
CMYK
RGB Variations
Color information
#D5CDD2 (or 0xD5CDD2) is known color: Twilight. HEX triplet: D5, CD and D2. RGB value is (213,205,210). Sum of RGB (Red+Green+Blue) = 213+205+210=628 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.92% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CDD2 is #2A322D. Grayscale: #CFCFCF. Windows color (decimal): -2765358 or 13815253. OLE color: 13815253.
HSL color Cylindrical-coordinate representation of color #D5CDD2: hue angle of 322.5º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D5CDD2 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 205 | 210 | - |
CMYK | 0 | 0.04 | 0.01 | 0.16 |
HSL | 322.5º | 0.09% | 0.82% | - |
HSV(B) | 322.5º | 0.04% | 0.84% | - |
XYZ | 60.9 | 62.46 | 69.82 | - |
YUV | 207.96 | 129.15 | 131.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 205 | 210 | 0 | 0.04 | 0.01 | 0.16 | 322.5 | 0.09 | 0.82 |
Hex | D5 | CD | D2 | 0 | 4 | 1 | 10 | 142 | 9 | 52 |
Octal | 325 | 315 | 322 | 0 | 4 | 1 | 20 | 502 | 11 | 122 |
Binary | 11010101 | 11001101 | 11010010 | 0 | 100 | 1 | 10000 | 101000010 | 1001 | 1010010 |
Color Harmonies of #D5CDD2
Complementary color
Monochromatic Colors of #D5CDD2
Black with #D5CDD2
Text Example
Text Example
White with #D5CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDD2; }
p { color: rgb(213,205,210); }
H1.HeaderClassName
{
color: #D5CDD2;
}
.AnyTagClassName
{
color: #D5CDD2;
}
</style>
background-color css
<style>
a { background-color: #D5CDD2; }
a { background-color: rgb(213,205,210); }
div.DivClassName
{
background-color: #D5CDD2;
}
.BgClassName
{
background-color: #D5CDD2;
}
</style>
border-color css
<style>
span { border-color: #D5CDD2; }
span { border-color: rgb(213,205,210); }
td.TdClassName
{
border-color: #D5CDD2;
}
.TagClassName
{
border-color: #D5CDD2;
}
</style>