Shades of Twilight #D1CCCF
Tints of Twilight #D1CCCF
RGB
CMYK
RGB Variations
Color information
#D1CCCF (or 0xD1CCCF) is known color: Twilight. HEX triplet: D1, CC and CF. RGB value is (209,204,207). Sum of RGB (Red+Green+Blue) = 209+204+207=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCCF is #2E3330. Grayscale: #CDCDCD. Windows color (decimal): -3027761 or 13618385. OLE color: 13618385.
HSL color Cylindrical-coordinate representation of color #D1CCCF: hue angle of 324º degrees, saturation: 0.05, 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 #D1CCCF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 204 | 207 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.18 |
| HSL | 324º | 0.05% | 0.81% | - |
| HSV(B) | 324º | 0.02% | 0.82% | - |
| XYZ | 59.15 | 61.25 | 67.74 | - |
| YUV | 205.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 207 | 0 | 0.02 | 0.01 | 0.18 | 324 | 0.05 | 0.81 |
| Hex | D1 | CC | CF | 0 | 2 | 1 | 12 | 144 | 5 | 51 |
| Octal | 321 | 314 | 317 | 0 | 2 | 1 | 22 | 504 | 5 | 121 |
| Binary | 11010001 | 11001100 | 11001111 | 0 | 10 | 1 | 10010 | 101000100 | 101 | 1010001 |
Color Harmonies of #D1CCCF
Complementary color
Monochromatic Colors of #D1CCCF
Black with #D1CCCF
Text Example
Text Example
White with #D1CCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCCF; }
p { color: rgb(209,204,207); }
H1.HeaderClassName
{
color: #D1CCCF;
}
.AnyTagClassName
{
color: #D1CCCF;
}
</style>
background-color css
<style>
a { background-color: #D1CCCF; }
a { background-color: rgb(209,204,207); }
div.DivClassName
{
background-color: #D1CCCF;
}
.BgClassName
{
background-color: #D1CCCF;
}
</style>
border-color css
<style>
span { border-color: #D1CCCF; }
span { border-color: rgb(209,204,207); }
td.TdClassName
{
border-color: #D1CCCF;
}
.TagClassName
{
border-color: #D1CCCF;
}
</style>