Shades of Twilight #D8CAD4
Tints of Twilight #D8CAD4
RGB
CMYK
RGB Variations
Color information
#D8CAD4 (or 0xD8CAD4) is known color: Twilight. HEX triplet: D8, CA and D4. RGB value is (216,202,212). Sum of RGB (Red+Green+Blue) = 216+202+212=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAD4 is #27352B. Grayscale: #CFCFCF. Windows color (decimal): -2569516 or 13945560. OLE color: 13945560.
HSL color Cylindrical-coordinate representation of color #D8CAD4: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CAD4 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 202 | 212 | - |
CMYK | 0 | 0.06 | 0.02 | 0.15 |
HSL | 317.14º | 0.15% | 0.82% | - |
HSV(B) | 317.14º | 0.06% | 0.85% | - |
XYZ | 61.32 | 61.59 | 70.94 | - |
YUV | 207.33 | 130.64 | 134.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 202 | 212 | 0 | 0.06 | 0.02 | 0.15 | 317.14 | 0.15 | 0.82 |
Hex | D8 | CA | D4 | 0 | 6 | 2 | F | 13D | F | 52 |
Octal | 330 | 312 | 324 | 0 | 6 | 2 | 17 | 475 | 17 | 122 |
Binary | 11011000 | 11001010 | 11010100 | 0 | 110 | 10 | 1111 | 100111101 | 1111 | 1010010 |
Color Harmonies of #D8CAD4
Complementary color
Monochromatic Colors of #D8CAD4
Black with #D8CAD4
Text Example
Text Example
White with #D8CAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CAD4; }
p { color: rgb(216,202,212); }
H1.HeaderClassName
{
color: #D8CAD4;
}
.AnyTagClassName
{
color: #D8CAD4;
}
</style>
background-color css
<style>
a { background-color: #D8CAD4; }
a { background-color: rgb(216,202,212); }
div.DivClassName
{
background-color: #D8CAD4;
}
.BgClassName
{
background-color: #D8CAD4;
}
</style>
border-color css
<style>
span { border-color: #D8CAD4; }
span { border-color: rgb(216,202,212); }
td.TdClassName
{
border-color: #D8CAD4;
}
.TagClassName
{
border-color: #D8CAD4;
}
</style>