Shades of Twilight #D5CAD0
Tints of Twilight #D5CAD0
RGB
CMYK
RGB Variations
Color information
#D5CAD0 (or 0xD5CAD0) is known color: Twilight. HEX triplet: D5, CA and D0. RGB value is (213,202,208). Sum of RGB (Red+Green+Blue) = 213+202+208=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CAD0 is #2A352F. Grayscale: #CDCDCD. Windows color (decimal): -2766128 or 13683413. OLE color: 13683413.
HSL color Cylindrical-coordinate representation of color #D5CAD0: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CAD0 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 202 | 208 | - |
CMYK | 0 | 0.05 | 0.02 | 0.16 |
HSL | 327.27º | 0.12% | 0.81% | - |
HSV(B) | 327.27º | 0.05% | 0.84% | - |
XYZ | 59.95 | 60.94 | 68.28 | - |
YUV | 205.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 202 | 208 | 0 | 0.05 | 0.02 | 0.16 | 327.27 | 0.12 | 0.81 |
Hex | D5 | CA | D0 | 0 | 5 | 2 | 10 | 147 | C | 51 |
Octal | 325 | 312 | 320 | 0 | 5 | 2 | 20 | 507 | 14 | 121 |
Binary | 11010101 | 11001010 | 11010000 | 0 | 101 | 10 | 10000 | 101000111 | 1100 | 1010001 |
Color Harmonies of #D5CAD0
Complementary color
Monochromatic Colors of #D5CAD0
Black with #D5CAD0
Text Example
Text Example
White with #D5CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CAD0; }
p { color: rgb(213,202,208); }
H1.HeaderClassName
{
color: #D5CAD0;
}
.AnyTagClassName
{
color: #D5CAD0;
}
</style>
background-color css
<style>
a { background-color: #D5CAD0; }
a { background-color: rgb(213,202,208); }
div.DivClassName
{
background-color: #D5CAD0;
}
.BgClassName
{
background-color: #D5CAD0;
}
</style>
border-color css
<style>
span { border-color: #D5CAD0; }
span { border-color: rgb(213,202,208); }
td.TdClassName
{
border-color: #D5CAD0;
}
.TagClassName
{
border-color: #D5CAD0;
}
</style>