Shades of Lily #CE8FB6
Tints of Lily #CE8FB6
RGB
CMYK
RGB Variations
Color information
#CE8FB6 (or 0xCE8FB6) is known color: Lily. HEX triplet: CE, 8F and B6. RGB value is (206,143,182). Sum of RGB (Red+Green+Blue) = 206+143+182=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FB6 is #317049. Grayscale: #A6A6A6. Windows color (decimal): -3240010 or 11964366. OLE color: 11964366.
HSL color Cylindrical-coordinate representation of color #CE8FB6: hue angle of 322.86º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8FB6 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 182 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.19 |
| HSL | 322.86º | 0.39% | 0.68% | - |
| HSV(B) | 322.86º | 0.31% | 0.81% | - |
| XYZ | 43.72 | 36.14 | 48.93 | - |
| YUV | 166.28 | 136.87 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 182 | 0 | 0.31 | 0.12 | 0.19 | 322.86 | 0.39 | 0.68 |
| Hex | CE | 8F | B6 | 0 | 1F | C | 13 | 143 | 27 | 44 |
| Octal | 316 | 217 | 266 | 0 | 37 | 14 | 23 | 503 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10110110 | 0 | 11111 | 1100 | 10011 | 101000011 | 100111 | 1000100 |
Color Harmonies of #CE8FB6
Complementary color
Monochromatic Colors of #CE8FB6
Black with #CE8FB6
Text Example
Text Example
White with #CE8FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FB6; }
p { color: rgb(206,143,182); }
H1.HeaderClassName
{
color: #CE8FB6;
}
.AnyTagClassName
{
color: #CE8FB6;
}
</style>
background-color css
<style>
a { background-color: #CE8FB6; }
a { background-color: rgb(206,143,182); }
div.DivClassName
{
background-color: #CE8FB6;
}
.BgClassName
{
background-color: #CE8FB6;
}
</style>
border-color css
<style>
span { border-color: #CE8FB6; }
span { border-color: rgb(206,143,182); }
td.TdClassName
{
border-color: #CE8FB6;
}
.TagClassName
{
border-color: #CE8FB6;
}
</style>