Shades of Twilight #DCBFD3
Tints of Twilight #DCBFD3
RGB
CMYK
RGB Variations
Color information
#DCBFD3 (or 0xDCBFD3) is known color: Twilight. HEX triplet: DC, BF and D3. RGB value is (220,191,211). Sum of RGB (Red+Green+Blue) = 220+191+211=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFD3 is #23402C. Grayscale: #C9C9C9. Windows color (decimal): -2310189 or 13877212. OLE color: 13877212.
HSL color Cylindrical-coordinate representation of color #DCBFD3: hue angle of 318.62º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCBFD3 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 211 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.14 |
| HSL | 318.62º | 0.29% | 0.81% | - |
| HSV(B) | 318.62º | 0.13% | 0.86% | - |
| XYZ | 59.9 | 57.18 | 69.51 | - |
| YUV | 201.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 211 | 0 | 0.13 | 0.04 | 0.14 | 318.62 | 0.29 | 0.81 |
| Hex | DC | BF | D3 | 0 | D | 4 | E | 13F | 1D | 51 |
| Octal | 334 | 277 | 323 | 0 | 15 | 4 | 16 | 477 | 35 | 121 |
| Binary | 11011100 | 10111111 | 11010011 | 0 | 1101 | 100 | 1110 | 100111111 | 11101 | 1010001 |
Color Harmonies of #DCBFD3
Complementary color
Monochromatic Colors of #DCBFD3
Black with #DCBFD3
Text Example
Text Example
White with #DCBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFD3; }
p { color: rgb(220,191,211); }
H1.HeaderClassName
{
color: #DCBFD3;
}
.AnyTagClassName
{
color: #DCBFD3;
}
</style>
background-color css
<style>
a { background-color: #DCBFD3; }
a { background-color: rgb(220,191,211); }
div.DivClassName
{
background-color: #DCBFD3;
}
.BgClassName
{
background-color: #DCBFD3;
}
</style>
border-color css
<style>
span { border-color: #DCBFD3; }
span { border-color: rgb(220,191,211); }
td.TdClassName
{
border-color: #DCBFD3;
}
.TagClassName
{
border-color: #DCBFD3;
}
</style>