Shades of Twilight #DCBCCF
Tints of Twilight #DCBCCF
RGB
CMYK
RGB Variations
Color information
#DCBCCF (or 0xDCBCCF) is known color: Twilight. HEX triplet: DC, BC and CF. RGB value is (220,188,207). Sum of RGB (Red+Green+Blue) = 220+188+207=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCCF is #234330. Grayscale: #C7C7C7. Windows color (decimal): -2310961 or 13614300. OLE color: 13614300.
HSL color Cylindrical-coordinate representation of color #DCBCCF: hue angle of 324.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCCF is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 207 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.14 |
| HSL | 324.38º | 0.31% | 0.8% | - |
| HSV(B) | 324.38º | 0.15% | 0.86% | - |
| XYZ | 58.76 | 55.69 | 66.68 | - |
| YUV | 199.73 | 132.1 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 207 | 0 | 0.15 | 0.06 | 0.14 | 324.38 | 0.31 | 0.8 |
| Hex | DC | BC | CF | 0 | F | 6 | E | 144 | 1F | 50 |
| Octal | 334 | 274 | 317 | 0 | 17 | 6 | 16 | 504 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11001111 | 0 | 1111 | 110 | 1110 | 101000100 | 11111 | 1010000 |
Color Harmonies of #DCBCCF
Complementary color
Monochromatic Colors of #DCBCCF
Black with #DCBCCF
Text Example
Text Example
White with #DCBCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCCF; }
p { color: rgb(220,188,207); }
H1.HeaderClassName
{
color: #DCBCCF;
}
.AnyTagClassName
{
color: #DCBCCF;
}
</style>
background-color css
<style>
a { background-color: #DCBCCF; }
a { background-color: rgb(220,188,207); }
div.DivClassName
{
background-color: #DCBCCF;
}
.BgClassName
{
background-color: #DCBCCF;
}
</style>
border-color css
<style>
span { border-color: #DCBCCF; }
span { border-color: rgb(220,188,207); }
td.TdClassName
{
border-color: #DCBCCF;
}
.TagClassName
{
border-color: #DCBCCF;
}
</style>