Shades of Twilight #D0CCCE
Tints of Twilight #D0CCCE
RGB
CMYK
RGB Variations
Color information
#D0CCCE (or 0xD0CCCE) is known color: Twilight. HEX triplet: D0, CC and CE. RGB value is (208,204,206). Sum of RGB (Red+Green+Blue) = 208+204+206=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCE is #2F3331. Grayscale: #CDCDCD. Windows color (decimal): -3093298 or 13552848. OLE color: 13552848.
HSL color Cylindrical-coordinate representation of color #D0CCCE: hue angle of 330º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CCCE is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 206 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.18 |
| HSL | 330º | 0.04% | 0.81% | - |
| HSV(B) | 330º | 0.02% | 0.82% | - |
| XYZ | 58.75 | 61.05 | 67.08 | - |
| YUV | 205.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 206 | 0 | 0.02 | 0.01 | 0.18 | 330 | 0.04 | 0.81 |
| Hex | D0 | CC | CE | 0 | 2 | 1 | 12 | 14A | 4 | 51 |
| Octal | 320 | 314 | 316 | 0 | 2 | 1 | 22 | 512 | 4 | 121 |
| Binary | 11010000 | 11001100 | 11001110 | 0 | 10 | 1 | 10010 | 101001010 | 100 | 1010001 |
Color Harmonies of #D0CCCE
Complementary color
Monochromatic Colors of #D0CCCE
Black with #D0CCCE
Text Example
Text Example
White with #D0CCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CCCE; }
p { color: rgb(208,204,206); }
H1.HeaderClassName
{
color: #D0CCCE;
}
.AnyTagClassName
{
color: #D0CCCE;
}
</style>
background-color css
<style>
a { background-color: #D0CCCE; }
a { background-color: rgb(208,204,206); }
div.DivClassName
{
background-color: #D0CCCE;
}
.BgClassName
{
background-color: #D0CCCE;
}
</style>
border-color css
<style>
span { border-color: #D0CCCE; }
span { border-color: rgb(208,204,206); }
td.TdClassName
{
border-color: #D0CCCE;
}
.TagClassName
{
border-color: #D0CCCE;
}
</style>