Shades of Twilight #D0C3CB
Tints of Twilight #D0C3CB
RGB
CMYK
RGB Variations
Color information
#D0C3CB (or 0xD0C3CB) is known color: Twilight. HEX triplet: D0, C3 and CB. RGB value is (208,195,203). Sum of RGB (Red+Green+Blue) = 208+195+203=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 195 (76.56% from 255 or 32.18% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3CB is #2F3C34. Grayscale: #C7C7C7. Windows color (decimal): -3095605 or 13353936. OLE color: 13353936.
HSL color Cylindrical-coordinate representation of color #D0C3CB: hue angle of 323.08º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0C3CB is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 203 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.18 |
| HSL | 323.08º | 0.12% | 0.79% | - |
| HSV(B) | 323.08º | 0.06% | 0.82% | - |
| XYZ | 56.31 | 56.75 | 64.49 | - |
| YUV | 199.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 203 | 0 | 0.06 | 0.02 | 0.18 | 323.08 | 0.12 | 0.79 |
| Hex | D0 | C3 | CB | 0 | 6 | 2 | 12 | 143 | C | 4F |
| Octal | 320 | 303 | 313 | 0 | 6 | 2 | 22 | 503 | 14 | 117 |
| Binary | 11010000 | 11000011 | 11001011 | 0 | 110 | 10 | 10010 | 101000011 | 1100 | 1001111 |
Color Harmonies of #D0C3CB
Complementary color
Monochromatic Colors of #D0C3CB
Black with #D0C3CB
Text Example
Text Example
White with #D0C3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C3CB; }
p { color: rgb(208,195,203); }
H1.HeaderClassName
{
color: #D0C3CB;
}
.AnyTagClassName
{
color: #D0C3CB;
}
</style>
background-color css
<style>
a { background-color: #D0C3CB; }
a { background-color: rgb(208,195,203); }
div.DivClassName
{
background-color: #D0C3CB;
}
.BgClassName
{
background-color: #D0C3CB;
}
</style>
border-color css
<style>
span { border-color: #D0C3CB; }
span { border-color: rgb(208,195,203); }
td.TdClassName
{
border-color: #D0C3CB;
}
.TagClassName
{
border-color: #D0C3CB;
}
</style>