Shades of Twilight #D0C0C7
Tints of Twilight #D0C0C7
RGB
CMYK
RGB Variations
Color information
#D0C0C7 (or 0xD0C0C7) is known color: Twilight. HEX triplet: D0, C0 and C7. RGB value is (208,192,199). Sum of RGB (Red+Green+Blue) = 208+192+199=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 199 (78.12% from 255 or 33.22% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0C7 is #2F3F38. Grayscale: #C5C5C5. Windows color (decimal): -3096377 or 13091024. OLE color: 13091024.
HSL color Cylindrical-coordinate representation of color #D0C0C7: hue angle of 333.75º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0C0C7 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 192 | 199 | - |
CMYK | 0 | 0.08 | 0.04 | 0.18 |
HSL | 333.75º | 0.15% | 0.78% | - |
HSV(B) | 333.75º | 0.08% | 0.82% | - |
XYZ | 55.17 | 55.23 | 61.79 | - |
YUV | 197.58 | 128.8 | 135.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 192 | 199 | 0 | 0.08 | 0.04 | 0.18 | 333.75 | 0.15 | 0.78 |
Hex | D0 | C0 | C7 | 0 | 8 | 4 | 12 | 14E | F | 4E |
Octal | 320 | 300 | 307 | 0 | 10 | 4 | 22 | 516 | 17 | 116 |
Binary | 11010000 | 11000000 | 11000111 | 0 | 1000 | 100 | 10010 | 101001110 | 1111 | 1001110 |
Color Harmonies of #D0C0C7
Complementary color
Monochromatic Colors of #D0C0C7
Black with #D0C0C7
Text Example
Text Example
White with #D0C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C0C7; }
p { color: rgb(208,192,199); }
H1.HeaderClassName
{
color: #D0C0C7;
}
.AnyTagClassName
{
color: #D0C0C7;
}
</style>
background-color css
<style>
a { background-color: #D0C0C7; }
a { background-color: rgb(208,192,199); }
div.DivClassName
{
background-color: #D0C0C7;
}
.BgClassName
{
background-color: #D0C0C7;
}
</style>
border-color css
<style>
span { border-color: #D0C0C7; }
span { border-color: rgb(208,192,199); }
td.TdClassName
{
border-color: #D0C0C7;
}
.TagClassName
{
border-color: #D0C0C7;
}
</style>