Shades of Twilight #D0CECF
Tints of Twilight #D0CECF
RGB
CMYK
RGB Variations
Color information
#D0CECF (or 0xD0CECF) is known color: Twilight. HEX triplet: D0, CE and CF. RGB value is (208,206,207). Sum of RGB (Red+Green+Blue) = 208+206+207=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CECF is #2F3130. Grayscale: #CECECE. Windows color (decimal): -3092785 or 13618896. OLE color: 13618896.
HSL color Cylindrical-coordinate representation of color #D0CECF: hue angle of 330º degrees, saturation: 0.02, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0CECF is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 206 | 207 | - |
CMYK | 0 | 0.01 | 0.00 | 0.18 |
HSL | 330º | 0.02% | 0.81% | - |
HSV(B) | 330º | 0.01% | 0.82% | - |
XYZ | 59.35 | 62.06 | 67.88 | - |
YUV | 206.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 207 | 0 | 0.01 | 0.00 | 0.18 | 330 | 0.02 | 0.81 |
Hex | D0 | CE | CF | 0 | 1 | 0 | 12 | 14A | 2 | 51 |
Octal | 320 | 316 | 317 | 0 | 1 | 0 | 22 | 512 | 2 | 121 |
Binary | 11010000 | 11001110 | 11001111 | 0 | 1 | 0 | 10010 | 101001010 | 10 | 1010001 |
Color Harmonies of #D0CECF
Complementary color
Monochromatic Colors of #D0CECF
Black with #D0CECF
Text Example
Text Example
White with #D0CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CECF; }
p { color: rgb(208,206,207); }
H1.HeaderClassName
{
color: #D0CECF;
}
.AnyTagClassName
{
color: #D0CECF;
}
</style>
background-color css
<style>
a { background-color: #D0CECF; }
a { background-color: rgb(208,206,207); }
div.DivClassName
{
background-color: #D0CECF;
}
.BgClassName
{
background-color: #D0CECF;
}
</style>
border-color css
<style>
span { border-color: #D0CECF; }
span { border-color: rgb(208,206,207); }
td.TdClassName
{
border-color: #D0CECF;
}
.TagClassName
{
border-color: #D0CECF;
}
</style>