Shades of Pink Flare #CEBBBD
Tints of Pink Flare #CEBBBD
RGB
CMYK
RGB Variations
Color information
#CEBBBD (or 0xCEBBBD) is known color: Pink Flare. HEX triplet: CE, BB and BD. RGB value is (206,187,189). Sum of RGB (Red+Green+Blue) = 206+187+189=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBBD is #314442. Grayscale: #C0C0C0. Windows color (decimal): -3228739 or 12434382. OLE color: 12434382.
HSL color Cylindrical-coordinate representation of color #CEBBBD: hue angle of 353.68º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBBBD is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 189 | - |
| CMYK | 0 | 0.09 | 0.08 | 0.19 |
| HSL | 353.68º | 0.16% | 0.77% | - |
| HSV(B) | 353.68º | 0.09% | 0.81% | - |
| XYZ | 52.41 | 52.34 | 55.48 | - |
| YUV | 192.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 189 | 0 | 0.09 | 0.08 | 0.19 | 353.68 | 0.16 | 0.77 |
| Hex | CE | BB | BD | 0 | 9 | 8 | 13 | 162 | 10 | 4D |
| Octal | 316 | 273 | 275 | 0 | 11 | 10 | 23 | 542 | 20 | 115 |
| Binary | 11001110 | 10111011 | 10111101 | 0 | 1001 | 1000 | 10011 | 101100010 | 10000 | 1001101 |
Color Harmonies of #CEBBBD
Complementary color
Monochromatic Colors of #CEBBBD
Black with #CEBBBD
Text Example
Text Example
White with #CEBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBBD; }
p { color: rgb(206,187,189); }
H1.HeaderClassName
{
color: #CEBBBD;
}
.AnyTagClassName
{
color: #CEBBBD;
}
</style>
background-color css
<style>
a { background-color: #CEBBBD; }
a { background-color: rgb(206,187,189); }
div.DivClassName
{
background-color: #CEBBBD;
}
.BgClassName
{
background-color: #CEBBBD;
}
</style>
border-color css
<style>
span { border-color: #CEBBBD; }
span { border-color: rgb(206,187,189); }
td.TdClassName
{
border-color: #CEBBBD;
}
.TagClassName
{
border-color: #CEBBBD;
}
</style>