Shades of Pink Flare #CEBDBE
Tints of Pink Flare #CEBDBE
RGB
CMYK
RGB Variations
Color information
#CEBDBE (or 0xCEBDBE) is known color: Pink Flare. HEX triplet: CE, BD and BE. RGB value is (206,189,190). Sum of RGB (Red+Green+Blue) = 206+189+190=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDBE is #314241. Grayscale: #C2C2C2. Windows color (decimal): -3228226 or 12500430. OLE color: 12500430.
HSL color Cylindrical-coordinate representation of color #CEBDBE: hue angle of 356.47º 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 #CEBDBE is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 190 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.19 |
| HSL | 356.47º | 0.15% | 0.77% | - |
| HSV(B) | 356.47º | 0.08% | 0.81% | - |
| XYZ | 52.95 | 53.23 | 56.2 | - |
| YUV | 194.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 190 | 0 | 0.08 | 0.08 | 0.19 | 356.47 | 0.15 | 0.77 |
| Hex | CE | BD | BE | 0 | 8 | 8 | 13 | 164 | F | 4D |
| Octal | 316 | 275 | 276 | 0 | 10 | 10 | 23 | 544 | 17 | 115 |
| Binary | 11001110 | 10111101 | 10111110 | 0 | 1000 | 1000 | 10011 | 101100100 | 1111 | 1001101 |
Color Harmonies of #CEBDBE
Complementary color
Monochromatic Colors of #CEBDBE
Black with #CEBDBE
Text Example
Text Example
White with #CEBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDBE; }
p { color: rgb(206,189,190); }
H1.HeaderClassName
{
color: #CEBDBE;
}
.AnyTagClassName
{
color: #CEBDBE;
}
</style>
background-color css
<style>
a { background-color: #CEBDBE; }
a { background-color: rgb(206,189,190); }
div.DivClassName
{
background-color: #CEBDBE;
}
.BgClassName
{
background-color: #CEBDBE;
}
</style>
border-color css
<style>
span { border-color: #CEBDBE; }
span { border-color: rgb(206,189,190); }
td.TdClassName
{
border-color: #CEBDBE;
}
.TagClassName
{
border-color: #CEBDBE;
}
</style>