Shades of Pink Flare #CEAEB2
Tints of Pink Flare #CEAEB2
RGB
CMYK
RGB Variations
Color information
#CEAEB2 (or 0xCEAEB2) is known color: Pink Flare. HEX triplet: CE, AE and B2. RGB value is (206,174,178). Sum of RGB (Red+Green+Blue) = 206+174+178=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAEB2 is #31514D. Grayscale: #B8B8B8. Windows color (decimal): -3232078 or 11710158. OLE color: 11710158.
HSL color Cylindrical-coordinate representation of color #CEAEB2: hue angle of 352.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEAEB2 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 174 | 178 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.19 |
| HSL | 352.5º | 0.25% | 0.75% | - |
| HSV(B) | 352.5º | 0.16% | 0.81% | - |
| XYZ | 48.63 | 46.61 | 48.55 | - |
| YUV | 184.02 | 124.6 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 178 | 0 | 0.16 | 0.14 | 0.19 | 352.5 | 0.25 | 0.75 |
| Hex | CE | AE | B2 | 0 | 10 | E | 13 | 160 | 19 | 4B |
| Octal | 316 | 256 | 262 | 0 | 20 | 16 | 23 | 540 | 31 | 113 |
| Binary | 11001110 | 10101110 | 10110010 | 0 | 10000 | 1110 | 10011 | 101100000 | 11001 | 1001011 |
Color Harmonies of #CEAEB2
Complementary color
Monochromatic Colors of #CEAEB2
Black with #CEAEB2
Text Example
Text Example
White with #CEAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEB2; }
p { color: rgb(206,174,178); }
H1.HeaderClassName
{
color: #CEAEB2;
}
.AnyTagClassName
{
color: #CEAEB2;
}
</style>
background-color css
<style>
a { background-color: #CEAEB2; }
a { background-color: rgb(206,174,178); }
div.DivClassName
{
background-color: #CEAEB2;
}
.BgClassName
{
background-color: #CEAEB2;
}
</style>
border-color css
<style>
span { border-color: #CEAEB2; }
span { border-color: rgb(206,174,178); }
td.TdClassName
{
border-color: #CEAEB2;
}
.TagClassName
{
border-color: #CEAEB2;
}
</style>