Shades of Twilight #D5C4D0
Tints of Twilight #D5C4D0
RGB
CMYK
RGB Variations
Color information
#D5C4D0 (or 0xD5C4D0) is known color: Twilight. HEX triplet: D5, C4 and D0. RGB value is (213,196,208). Sum of RGB (Red+Green+Blue) = 213+196+208=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5C4D0 is #2A3B2F. Grayscale: #CACACA. Windows color (decimal): -2767664 or 13681877. OLE color: 13681877.
HSL color Cylindrical-coordinate representation of color #D5C4D0: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D5C4D0 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 196 | 208 | - |
CMYK | 0 | 0.08 | 0.02 | 0.16 |
HSL | 317.65º | 0.17% | 0.8% | - |
HSV(B) | 317.65º | 0.08% | 0.84% | - |
XYZ | 58.57 | 58.18 | 67.82 | - |
YUV | 202.45 | 131.13 | 135.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 196 | 208 | 0 | 0.08 | 0.02 | 0.16 | 317.65 | 0.17 | 0.8 |
Hex | D5 | C4 | D0 | 0 | 8 | 2 | 10 | 13E | 11 | 50 |
Octal | 325 | 304 | 320 | 0 | 10 | 2 | 20 | 476 | 21 | 120 |
Binary | 11010101 | 11000100 | 11010000 | 0 | 1000 | 10 | 10000 | 100111110 | 10001 | 1010000 |
Color Harmonies of #D5C4D0
Complementary color
Monochromatic Colors of #D5C4D0
Black with #D5C4D0
Text Example
Text Example
White with #D5C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C4D0; }
p { color: rgb(213,196,208); }
H1.HeaderClassName
{
color: #D5C4D0;
}
.AnyTagClassName
{
color: #D5C4D0;
}
</style>
background-color css
<style>
a { background-color: #D5C4D0; }
a { background-color: rgb(213,196,208); }
div.DivClassName
{
background-color: #D5C4D0;
}
.BgClassName
{
background-color: #D5C4D0;
}
</style>
border-color css
<style>
span { border-color: #D5C4D0; }
span { border-color: rgb(213,196,208); }
td.TdClassName
{
border-color: #D5C4D0;
}
.TagClassName
{
border-color: #D5C4D0;
}
</style>