Shades of Twilight #D0CACD
Tints of Twilight #D0CACD
RGB
CMYK
RGB Variations
Color information
#D0CACD (or 0xD0CACD) is known color: Twilight. HEX triplet: D0, CA and CD. RGB value is (208,202,205). Sum of RGB (Red+Green+Blue) = 208+202+205=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CACD is #2F3532. Grayscale: #CCCCCC. Windows color (decimal): -3093811 or 13486800. OLE color: 13486800.
HSL color Cylindrical-coordinate representation of color #D0CACD: hue angle of 330º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CACD is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 202 | 205 | - |
CMYK | 0 | 0.03 | 0.01 | 0.18 |
HSL | 330º | 0.06% | 0.8% | - |
HSV(B) | 330º | 0.03% | 0.82% | - |
XYZ | 58.15 | 60.06 | 66.29 | - |
YUV | 204.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 202 | 205 | 0 | 0.03 | 0.01 | 0.18 | 330 | 0.06 | 0.8 |
Hex | D0 | CA | CD | 0 | 3 | 1 | 12 | 14A | 6 | 50 |
Octal | 320 | 312 | 315 | 0 | 3 | 1 | 22 | 512 | 6 | 120 |
Binary | 11010000 | 11001010 | 11001101 | 0 | 11 | 1 | 10010 | 101001010 | 110 | 1010000 |
Color Harmonies of #D0CACD
Complementary color
Monochromatic Colors of #D0CACD
Black with #D0CACD
Text Example
Text Example
White with #D0CACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CACD; }
p { color: rgb(208,202,205); }
H1.HeaderClassName
{
color: #D0CACD;
}
.AnyTagClassName
{
color: #D0CACD;
}
</style>
background-color css
<style>
a { background-color: #D0CACD; }
a { background-color: rgb(208,202,205); }
div.DivClassName
{
background-color: #D0CACD;
}
.BgClassName
{
background-color: #D0CACD;
}
</style>
border-color css
<style>
span { border-color: #D0CACD; }
span { border-color: rgb(208,202,205); }
td.TdClassName
{
border-color: #D0CACD;
}
.TagClassName
{
border-color: #D0CACD;
}
</style>