Shades of Lily #CBADB8
Tints of Lily #CBADB8
RGB
CMYK
RGB Variations
Color information
#CBADB8 (or 0xCBADB8) is known color: Lily. HEX triplet: CB, AD and B8. RGB value is (203,173,184). Sum of RGB (Red+Green+Blue) = 203+173+184=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB8 is #345247. Grayscale: #B7B7B7. Windows color (decimal): -3428936 or 12103115. OLE color: 12103115.
HSL color Cylindrical-coordinate representation of color #CBADB8: hue angle of 338º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADB8 is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 184 | - |
| CMYK | 0 | 0.15 | 0.09 | 0.20 |
| HSL | 338º | 0.22% | 0.74% | - |
| HSV(B) | 338º | 0.15% | 0.8% | - |
| XYZ | 48.22 | 46.04 | 51.69 | - |
| YUV | 183.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 184 | 0 | 0.15 | 0.09 | 0.20 | 338 | 0.22 | 0.74 |
| Hex | CB | AD | B8 | 0 | F | 9 | 14 | 152 | 16 | 4A |
| Octal | 313 | 255 | 270 | 0 | 17 | 11 | 24 | 522 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10111000 | 0 | 1111 | 1001 | 10100 | 101010010 | 10110 | 1001010 |
Color Harmonies of #CBADB8
Complementary color
Monochromatic Colors of #CBADB8
Black with #CBADB8
Text Example
Text Example
White with #CBADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB8; }
p { color: rgb(203,173,184); }
H1.HeaderClassName
{
color: #CBADB8;
}
.AnyTagClassName
{
color: #CBADB8;
}
</style>
background-color css
<style>
a { background-color: #CBADB8; }
a { background-color: rgb(203,173,184); }
div.DivClassName
{
background-color: #CBADB8;
}
.BgClassName
{
background-color: #CBADB8;
}
</style>
border-color css
<style>
span { border-color: #CBADB8; }
span { border-color: rgb(203,173,184); }
td.TdClassName
{
border-color: #CBADB8;
}
.TagClassName
{
border-color: #CBADB8;
}
</style>