Shades of Lily #CE8FB3
Tints of Lily #CE8FB3
RGB
CMYK
RGB Variations
Color information
#CE8FB3 (or 0xCE8FB3) is known color: Lily. HEX triplet: CE, 8F and B3. RGB value is (206,143,179). Sum of RGB (Red+Green+Blue) = 206+143+179=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8FB3 is #31704C. Grayscale: #A5A5A5. Windows color (decimal): -3240013 or 11767758. OLE color: 11767758.
HSL color Cylindrical-coordinate representation of color #CE8FB3: hue angle of 325.71º 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 #CE8FB3 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 179 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.19 |
| HSL | 325.71º | 0.39% | 0.68% | - |
| HSV(B) | 325.71º | 0.31% | 0.81% | - |
| XYZ | 43.41 | 36.02 | 47.31 | - |
| YUV | 165.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 179 | 0 | 0.31 | 0.13 | 0.19 | 325.71 | 0.39 | 0.68 |
| Hex | CE | 8F | B3 | 0 | 1F | D | 13 | 146 | 27 | 44 |
| Octal | 316 | 217 | 263 | 0 | 37 | 15 | 23 | 506 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10110011 | 0 | 11111 | 1101 | 10011 | 101000110 | 100111 | 1000100 |
Color Harmonies of #CE8FB3
Complementary color
Monochromatic Colors of #CE8FB3
Black with #CE8FB3
Text Example
Text Example
White with #CE8FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FB3; }
p { color: rgb(206,143,179); }
H1.HeaderClassName
{
color: #CE8FB3;
}
.AnyTagClassName
{
color: #CE8FB3;
}
</style>
background-color css
<style>
a { background-color: #CE8FB3; }
a { background-color: rgb(206,143,179); }
div.DivClassName
{
background-color: #CE8FB3;
}
.BgClassName
{
background-color: #CE8FB3;
}
</style>
border-color css
<style>
span { border-color: #CE8FB3; }
span { border-color: rgb(206,143,179); }
td.TdClassName
{
border-color: #CE8FB3;
}
.TagClassName
{
border-color: #CE8FB3;
}
</style>