Shades of Pink Flare #DCBBBE
Tints of Pink Flare #DCBBBE
RGB
CMYK
RGB Variations
Color information
#DCBBBE (or 0xDCBBBE) is known color: Pink Flare. HEX triplet: DC, BB and BE. RGB value is (220,187,190). Sum of RGB (Red+Green+Blue) = 220+187+190=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBBE is #234441. Grayscale: #C5C5C5. Windows color (decimal): -2311234 or 12499932. OLE color: 12499932.
HSL color Cylindrical-coordinate representation of color #DCBBBE: hue angle of 354.55º degrees, saturation: 0.32, 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 #DCBBBE is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 190 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.14 |
| HSL | 354.55º | 0.32% | 0.8% | - |
| HSV(B) | 354.55º | 0.15% | 0.86% | - |
| XYZ | 56.58 | 54.47 | 56.25 | - |
| YUV | 197.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 190 | 0 | 0.15 | 0.14 | 0.14 | 354.55 | 0.32 | 0.8 |
| Hex | DC | BB | BE | 0 | F | E | E | 163 | 20 | 50 |
| Octal | 334 | 273 | 276 | 0 | 17 | 16 | 16 | 543 | 40 | 120 |
| Binary | 11011100 | 10111011 | 10111110 | 0 | 1111 | 1110 | 1110 | 101100011 | 100000 | 1010000 |
Color Harmonies of #DCBBBE
Complementary color
Monochromatic Colors of #DCBBBE
Black with #DCBBBE
Text Example
Text Example
White with #DCBBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBBE; }
p { color: rgb(220,187,190); }
H1.HeaderClassName
{
color: #DCBBBE;
}
.AnyTagClassName
{
color: #DCBBBE;
}
</style>
background-color css
<style>
a { background-color: #DCBBBE; }
a { background-color: rgb(220,187,190); }
div.DivClassName
{
background-color: #DCBBBE;
}
.BgClassName
{
background-color: #DCBBBE;
}
</style>
border-color css
<style>
span { border-color: #DCBBBE; }
span { border-color: rgb(220,187,190); }
td.TdClassName
{
border-color: #DCBBBE;
}
.TagClassName
{
border-color: #DCBBBE;
}
</style>