Shades of Pink Flare #CEBDBF
Tints of Pink Flare #CEBDBF
RGB
CMYK
RGB Variations
Color information
#CEBDBF (or 0xCEBDBF) is known color: Pink Flare. HEX triplet: CE, BD and BF. RGB value is (206,189,191). Sum of RGB (Red+Green+Blue) = 206+189+191=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBF is #314240. Grayscale: #C2C2C2. Windows color (decimal): -3228225 or 12565966. OLE color: 12565966.
HSL color Cylindrical-coordinate representation of color #CEBDBF: hue angle of 352.94º 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 #CEBDBF is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 191 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.19 |
| HSL | 352.94º | 0.15% | 0.77% | - |
| HSV(B) | 352.94º | 0.08% | 0.81% | - |
| XYZ | 53.06 | 53.28 | 56.78 | - |
| YUV | 194.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 191 | 0 | 0.08 | 0.07 | 0.19 | 352.94 | 0.15 | 0.77 |
| Hex | CE | BD | BF | 0 | 8 | 7 | 13 | 161 | F | 4D |
| Octal | 316 | 275 | 277 | 0 | 10 | 7 | 23 | 541 | 17 | 115 |
| Binary | 11001110 | 10111101 | 10111111 | 0 | 1000 | 111 | 10011 | 101100001 | 1111 | 1001101 |
Color Harmonies of #CEBDBF
Complementary color
Monochromatic Colors of #CEBDBF
Black with #CEBDBF
Text Example
Text Example
White with #CEBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDBF; }
p { color: rgb(206,189,191); }
H1.HeaderClassName
{
color: #CEBDBF;
}
.AnyTagClassName
{
color: #CEBDBF;
}
</style>
background-color css
<style>
a { background-color: #CEBDBF; }
a { background-color: rgb(206,189,191); }
div.DivClassName
{
background-color: #CEBDBF;
}
.BgClassName
{
background-color: #CEBDBF;
}
</style>
border-color css
<style>
span { border-color: #CEBDBF; }
span { border-color: rgb(206,189,191); }
td.TdClassName
{
border-color: #CEBDBF;
}
.TagClassName
{
border-color: #CEBDBF;
}
</style>