Shades of Twilight #D2CACE
Tints of Twilight #D2CACE
RGB
CMYK
RGB Variations
Color information
#D2CACE (or 0xD2CACE) is known color: Twilight. HEX triplet: D2, CA and CE. RGB value is (210,202,206). Sum of RGB (Red+Green+Blue) = 210+202+206=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CACE is #2D3531. Grayscale: #CCCCCC. Windows color (decimal): -2962738 or 13552338. OLE color: 13552338.
HSL color Cylindrical-coordinate representation of color #D2CACE: hue angle of 330º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CACE is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 206 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.18 |
| HSL | 330º | 0.08% | 0.81% | - |
| HSV(B) | 330º | 0.04% | 0.82% | - |
| XYZ | 58.84 | 60.4 | 66.95 | - |
| YUV | 204.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 206 | 0 | 0.04 | 0.02 | 0.18 | 330 | 0.08 | 0.81 |
| Hex | D2 | CA | CE | 0 | 4 | 2 | 12 | 14A | 8 | 51 |
| Octal | 322 | 312 | 316 | 0 | 4 | 2 | 22 | 512 | 10 | 121 |
| Binary | 11010010 | 11001010 | 11001110 | 0 | 100 | 10 | 10010 | 101001010 | 1000 | 1010001 |
Color Harmonies of #D2CACE
Complementary color
Monochromatic Colors of #D2CACE
Black with #D2CACE
Text Example
Text Example
White with #D2CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CACE; }
p { color: rgb(210,202,206); }
H1.HeaderClassName
{
color: #D2CACE;
}
.AnyTagClassName
{
color: #D2CACE;
}
</style>
background-color css
<style>
a { background-color: #D2CACE; }
a { background-color: rgb(210,202,206); }
div.DivClassName
{
background-color: #D2CACE;
}
.BgClassName
{
background-color: #D2CACE;
}
</style>
border-color css
<style>
span { border-color: #D2CACE; }
span { border-color: rgb(210,202,206); }
td.TdClassName
{
border-color: #D2CACE;
}
.TagClassName
{
border-color: #D2CACE;
}
</style>