Shades of Twilight #D4CACE
Tints of Twilight #D4CACE
RGB
CMYK
RGB Variations
Color information
#D4CACE (or 0xD4CACE) is known color: Twilight. HEX triplet: D4, CA and CE. RGB value is (212,202,206). Sum of RGB (Red+Green+Blue) = 212+202+206=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CACE is #2B3531. Grayscale: #CDCDCD. Windows color (decimal): -2831666 or 13552340. OLE color: 13552340.
HSL color Cylindrical-coordinate representation of color #D4CACE: hue angle of 336º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D4CACE is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 202 | 206 | - |
CMYK | 0 | 0.05 | 0.03 | 0.17 |
HSL | 336º | 0.1% | 0.81% | - |
HSV(B) | 336º | 0.05% | 0.83% | - |
XYZ | 59.41 | 60.69 | 66.98 | - |
YUV | 205.45 | 128.31 | 132.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 202 | 206 | 0 | 0.05 | 0.03 | 0.17 | 336 | 0.1 | 0.81 |
Hex | D4 | CA | CE | 0 | 5 | 3 | 11 | 150 | A | 51 |
Octal | 324 | 312 | 316 | 0 | 5 | 3 | 21 | 520 | 12 | 121 |
Binary | 11010100 | 11001010 | 11001110 | 0 | 101 | 11 | 10001 | 101010000 | 1010 | 1010001 |
Color Harmonies of #D4CACE
Complementary color
Monochromatic Colors of #D4CACE
Black with #D4CACE
Text Example
Text Example
White with #D4CACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CACE; }
p { color: rgb(212,202,206); }
H1.HeaderClassName
{
color: #D4CACE;
}
.AnyTagClassName
{
color: #D4CACE;
}
</style>
background-color css
<style>
a { background-color: #D4CACE; }
a { background-color: rgb(212,202,206); }
div.DivClassName
{
background-color: #D4CACE;
}
.BgClassName
{
background-color: #D4CACE;
}
</style>
border-color css
<style>
span { border-color: #D4CACE; }
span { border-color: rgb(212,202,206); }
td.TdClassName
{
border-color: #D4CACE;
}
.TagClassName
{
border-color: #D4CACE;
}
</style>