Shades of Twilight #D1BDC7
Tints of Twilight #D1BDC7
RGB
CMYK
RGB Variations
Color information
#D1BDC7 (or 0xD1BDC7) is known color: Twilight. HEX triplet: D1, BD and C7. RGB value is (209,189,199). Sum of RGB (Red+Green+Blue) = 209+189+199=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC7 is #2E4238. Grayscale: #C4C4C4. Windows color (decimal): -3031609 or 13090257. OLE color: 13090257.
HSL color Cylindrical-coordinate representation of color #D1BDC7: hue angle of 330º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDC7 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 189 | 199 | - |
CMYK | 0 | 0.10 | 0.05 | 0.18 |
HSL | 330º | 0.18% | 0.78% | - |
HSV(B) | 330º | 0.1% | 0.82% | - |
XYZ | 54.8 | 54.07 | 61.58 | - |
YUV | 196.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 189 | 199 | 0 | 0.10 | 0.05 | 0.18 | 330 | 0.18 | 0.78 |
Hex | D1 | BD | C7 | 0 | A | 5 | 12 | 14A | 12 | 4E |
Octal | 321 | 275 | 307 | 0 | 12 | 5 | 22 | 512 | 22 | 116 |
Binary | 11010001 | 10111101 | 11000111 | 0 | 1010 | 101 | 10010 | 101001010 | 10010 | 1001110 |
Color Harmonies of #D1BDC7
Complementary color
Monochromatic Colors of #D1BDC7
Black with #D1BDC7
Text Example
Text Example
White with #D1BDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC7; }
p { color: rgb(209,189,199); }
H1.HeaderClassName
{
color: #D1BDC7;
}
.AnyTagClassName
{
color: #D1BDC7;
}
</style>
background-color css
<style>
a { background-color: #D1BDC7; }
a { background-color: rgb(209,189,199); }
div.DivClassName
{
background-color: #D1BDC7;
}
.BgClassName
{
background-color: #D1BDC7;
}
</style>
border-color css
<style>
span { border-color: #D1BDC7; }
span { border-color: rgb(209,189,199); }
td.TdClassName
{
border-color: #D1BDC7;
}
.TagClassName
{
border-color: #D1BDC7;
}
</style>