Shades of Lavender Blue #CBC5FF
Tints of Lavender Blue #CBC5FF
RGB
CMYK
RGB Variations
Color information
#CBC5FF (or 0xCBC5FF) is known color: Lavender Blue. HEX triplet: CB, C5 and FF. RGB value is (203,197,255). Sum of RGB (Red+Green+Blue) = 203+197+255=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5FF is #343A00. Grayscale: #CDCDCD. Windows color (decimal): -3422721 or 16762315. OLE color: 16762315.
HSL color Cylindrical-coordinate representation of color #CBC5FF: hue angle of 246.21º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC5FF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 197 | 255 | - |
| CMYK | 0.20 | 0.23 | 0 | 0 |
| HSL | 246.21º | 1% | 0.89% | - |
| HSV(B) | 246.21º | 0.23% | 1% | - |
| XYZ | 62.64 | 59.85 | 102.86 | - |
| YUV | 205.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 255 | 0.20 | 0.23 | 0 | 0 | 246.21 | 1 | 0.89 |
| Hex | CB | C5 | FF | 14 | 17 | 0 | 0 | F6 | 64 | 59 |
| Octal | 313 | 305 | 377 | 24 | 27 | 0 | 0 | 366 | 144 | 131 |
| Binary | 11001011 | 11000101 | 11111111 | 10100 | 10111 | 0 | 0 | 11110110 | 1100100 | 1011001 |
Color Harmonies of #CBC5FF
Complementary color
Monochromatic Colors of #CBC5FF
Black with #CBC5FF
Text Example
Text Example
White with #CBC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5FF; }
p { color: rgb(203,197,255); }
H1.HeaderClassName
{
color: #CBC5FF;
}
.AnyTagClassName
{
color: #CBC5FF;
}
</style>
background-color css
<style>
a { background-color: #CBC5FF; }
a { background-color: rgb(203,197,255); }
div.DivClassName
{
background-color: #CBC5FF;
}
.BgClassName
{
background-color: #CBC5FF;
}
</style>
border-color css
<style>
span { border-color: #CBC5FF; }
span { border-color: rgb(203,197,255); }
td.TdClassName
{
border-color: #CBC5FF;
}
.TagClassName
{
border-color: #CBC5FF;
}
</style>