Shades of Twilight #D0C2CA
Tints of Twilight #D0C2CA
RGB
CMYK
RGB Variations
Color information
#D0C2CA (or 0xD0C2CA) is known color: Twilight. HEX triplet: D0, C2 and CA. RGB value is (208,194,202). Sum of RGB (Red+Green+Blue) = 208+194+202=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2CA is #2F3D35. Grayscale: #C7C7C7. Windows color (decimal): -3095862 or 13288144. OLE color: 13288144.
HSL color Cylindrical-coordinate representation of color #D0C2CA: hue angle of 325.71º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C2CA is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 202 | - |
| CMYK | 0 | 0.07 | 0.03 | 0.18 |
| HSL | 325.71º | 0.13% | 0.79% | - |
| HSV(B) | 325.71º | 0.07% | 0.82% | - |
| XYZ | 55.96 | 56.26 | 63.79 | - |
| YUV | 199.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 202 | 0 | 0.07 | 0.03 | 0.18 | 325.71 | 0.13 | 0.79 |
| Hex | D0 | C2 | CA | 0 | 7 | 3 | 12 | 146 | D | 4F |
| Octal | 320 | 302 | 312 | 0 | 7 | 3 | 22 | 506 | 15 | 117 |
| Binary | 11010000 | 11000010 | 11001010 | 0 | 111 | 11 | 10010 | 101000110 | 1101 | 1001111 |
Color Harmonies of #D0C2CA
Complementary color
Monochromatic Colors of #D0C2CA
Black with #D0C2CA
Text Example
Text Example
White with #D0C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2CA; }
p { color: rgb(208,194,202); }
H1.HeaderClassName
{
color: #D0C2CA;
}
.AnyTagClassName
{
color: #D0C2CA;
}
</style>
background-color css
<style>
a { background-color: #D0C2CA; }
a { background-color: rgb(208,194,202); }
div.DivClassName
{
background-color: #D0C2CA;
}
.BgClassName
{
background-color: #D0C2CA;
}
</style>
border-color css
<style>
span { border-color: #D0C2CA; }
span { border-color: rgb(208,194,202); }
td.TdClassName
{
border-color: #D0C2CA;
}
.TagClassName
{
border-color: #D0C2CA;
}
</style>