Shades of Twilight #D1CDCF
Tints of Twilight #D1CDCF
RGB
CMYK
RGB Variations
Color information
#D1CDCF (or 0xD1CDCF) is known color: Twilight. HEX triplet: D1, CD and CF. RGB value is (209,205,207). Sum of RGB (Red+Green+Blue) = 209+205+207=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDCF is #2E3230. Grayscale: #CECECE. Windows color (decimal): -3027505 or 13618641. OLE color: 13618641.
HSL color Cylindrical-coordinate representation of color #D1CDCF: 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 #D1CDCF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 205 | 207 | - |
CMYK | 0 | 0.02 | 0.01 | 0.18 |
HSL | 330º | 0.04% | 0.81% | - |
HSV(B) | 330º | 0.02% | 0.82% | - |
XYZ | 59.39 | 61.72 | 67.82 | - |
YUV | 206.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 205 | 207 | 0 | 0.02 | 0.01 | 0.18 | 330 | 0.04 | 0.81 |
Hex | D1 | CD | CF | 0 | 2 | 1 | 12 | 14A | 4 | 51 |
Octal | 321 | 315 | 317 | 0 | 2 | 1 | 22 | 512 | 4 | 121 |
Binary | 11010001 | 11001101 | 11001111 | 0 | 10 | 1 | 10010 | 101001010 | 100 | 1010001 |
Color Harmonies of #D1CDCF
Complementary color
Monochromatic Colors of #D1CDCF
Black with #D1CDCF
Text Example
Text Example
White with #D1CDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CDCF; }
p { color: rgb(209,205,207); }
H1.HeaderClassName
{
color: #D1CDCF;
}
.AnyTagClassName
{
color: #D1CDCF;
}
</style>
background-color css
<style>
a { background-color: #D1CDCF; }
a { background-color: rgb(209,205,207); }
div.DivClassName
{
background-color: #D1CDCF;
}
.BgClassName
{
background-color: #D1CDCF;
}
</style>
border-color css
<style>
span { border-color: #D1CDCF; }
span { border-color: rgb(209,205,207); }
td.TdClassName
{
border-color: #D1CDCF;
}
.TagClassName
{
border-color: #D1CDCF;
}
</style>