Shades of Lavender Blue #CBB9FF
Tints of Lavender Blue #CBB9FF
RGB
CMYK
RGB Variations
Color information
#CBB9FF (or 0xCBB9FF) is known color: Lavender Blue. HEX triplet: CB, B9 and FF. RGB value is (203,185,255). Sum of RGB (Red+Green+Blue) = 203+185+255=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FF is #344600. Grayscale: #C6C6C6. Windows color (decimal): -3425793 or 16759243. OLE color: 16759243.
HSL color Cylindrical-coordinate representation of color #CBB9FF: hue angle of 255.43º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB9FF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 185 | 255 | - |
| CMYK | 0.20 | 0.27 | 0 | 0 |
| HSL | 255.43º | 1% | 0.86% | - |
| HSV(B) | 255.43º | 0.27% | 1% | - |
| XYZ | 60.03 | 54.61 | 101.99 | - |
| YUV | 198.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 255 | 0.20 | 0.27 | 0 | 0 | 255.43 | 1 | 0.86 |
| Hex | CB | B9 | FF | 14 | 1B | 0 | 0 | FF | 64 | 56 |
| Octal | 313 | 271 | 377 | 24 | 33 | 0 | 0 | 377 | 144 | 126 |
| Binary | 11001011 | 10111001 | 11111111 | 10100 | 11011 | 0 | 0 | 11111111 | 1100100 | 1010110 |
Color Harmonies of #CBB9FF
Complementary color
Monochromatic Colors of #CBB9FF
Black with #CBB9FF
Text Example
Text Example
White with #CBB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9FF; }
p { color: rgb(203,185,255); }
H1.HeaderClassName
{
color: #CBB9FF;
}
.AnyTagClassName
{
color: #CBB9FF;
}
</style>
background-color css
<style>
a { background-color: #CBB9FF; }
a { background-color: rgb(203,185,255); }
div.DivClassName
{
background-color: #CBB9FF;
}
.BgClassName
{
background-color: #CBB9FF;
}
</style>
border-color css
<style>
span { border-color: #CBB9FF; }
span { border-color: rgb(203,185,255); }
td.TdClassName
{
border-color: #CBB9FF;
}
.TagClassName
{
border-color: #CBB9FF;
}
</style>