Shades of Pink Flare #CEBDC0
Tints of Pink Flare #CEBDC0
RGB
CMYK
RGB Variations
Color information
#CEBDC0 (or 0xCEBDC0) is known color: Pink Flare. HEX triplet: CE, BD and C0. RGB value is (206,189,192). Sum of RGB (Red+Green+Blue) = 206+189+192=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDC0 is #31423F. Grayscale: #C2C2C2. Windows color (decimal): -3228224 or 12631502. OLE color: 12631502.
HSL color Cylindrical-coordinate representation of color #CEBDC0: hue angle of 349.41º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEBDC0 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 192 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.19 |
| HSL | 349.41º | 0.15% | 0.77% | - |
| HSV(B) | 349.41º | 0.08% | 0.81% | - |
| XYZ | 53.17 | 53.32 | 57.36 | - |
| YUV | 194.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 192 | 0 | 0.08 | 0.07 | 0.19 | 349.41 | 0.15 | 0.77 |
| Hex | CE | BD | C0 | 0 | 8 | 7 | 13 | 15D | F | 4D |
| Octal | 316 | 275 | 300 | 0 | 10 | 7 | 23 | 535 | 17 | 115 |
| Binary | 11001110 | 10111101 | 11000000 | 0 | 1000 | 111 | 10011 | 101011101 | 1111 | 1001101 |
Color Harmonies of #CEBDC0
Complementary color
Monochromatic Colors of #CEBDC0
Black with #CEBDC0
Text Example
Text Example
White with #CEBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDC0; }
p { color: rgb(206,189,192); }
H1.HeaderClassName
{
color: #CEBDC0;
}
.AnyTagClassName
{
color: #CEBDC0;
}
</style>
background-color css
<style>
a { background-color: #CEBDC0; }
a { background-color: rgb(206,189,192); }
div.DivClassName
{
background-color: #CEBDC0;
}
.BgClassName
{
background-color: #CEBDC0;
}
</style>
border-color css
<style>
span { border-color: #CEBDC0; }
span { border-color: rgb(206,189,192); }
td.TdClassName
{
border-color: #CEBDC0;
}
.TagClassName
{
border-color: #CEBDC0;
}
</style>