Shades of Twilight #D0CDCF
Tints of Twilight #D0CDCF
RGB
CMYK
RGB Variations
Color information
#D0CDCF (or 0xD0CDCF) is known color: Twilight. HEX triplet: D0, CD and CF. RGB value is (208,205,207). Sum of RGB (Red+Green+Blue) = 208+205+207=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDCF is #2F3230. Grayscale: #CECECE. Windows color (decimal): -3093041 or 13618640. OLE color: 13618640.
HSL color Cylindrical-coordinate representation of color #D0CDCF: hue angle of 320º degrees, saturation: 0.03, 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 #D0CDCF is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 207 | - |
CMYK | 0 | 0.01 | 0.00 | 0.18 |
HSL | 320º | 0.03% | 0.81% | - |
HSV(B) | 320º | 0.01% | 0.82% | - |
XYZ | 59.11 | 61.58 | 67.8 | - |
YUV | 206.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 207 | 0 | 0.01 | 0.00 | 0.18 | 320 | 0.03 | 0.81 |
Hex | D0 | CD | CF | 0 | 1 | 0 | 12 | 140 | 3 | 51 |
Octal | 320 | 315 | 317 | 0 | 1 | 0 | 22 | 500 | 3 | 121 |
Binary | 11010000 | 11001101 | 11001111 | 0 | 1 | 0 | 10010 | 101000000 | 11 | 1010001 |
Color Harmonies of #D0CDCF
Complementary color
Monochromatic Colors of #D0CDCF
Black with #D0CDCF
Text Example
Text Example
White with #D0CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDCF; }
p { color: rgb(208,205,207); }
H1.HeaderClassName
{
color: #D0CDCF;
}
.AnyTagClassName
{
color: #D0CDCF;
}
</style>
background-color css
<style>
a { background-color: #D0CDCF; }
a { background-color: rgb(208,205,207); }
div.DivClassName
{
background-color: #D0CDCF;
}
.BgClassName
{
background-color: #D0CDCF;
}
</style>
border-color css
<style>
span { border-color: #D0CDCF; }
span { border-color: rgb(208,205,207); }
td.TdClassName
{
border-color: #D0CDCF;
}
.TagClassName
{
border-color: #D0CDCF;
}
</style>