Shades of Lavender Blue #CBB9FE
Tints of Lavender Blue #CBB9FE
RGB
CMYK
RGB Variations
Color information
#CBB9FE (or 0xCBB9FE) is known color: Lavender Blue. HEX triplet: CB, B9 and FE. RGB value is (203,185,254). Sum of RGB (Red+Green+Blue) = 203+185+254=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 185 (72.66% from 255 or 28.82% from 642); Blue value is 254 (99.61% from 255 or 39.56% from 642); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBB9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FE is #344601. Grayscale: #C5C5C5. Windows color (decimal): -3425794 or 16693707. OLE color: 16693707.
HSL color Cylindrical-coordinate representation of color #CBB9FE: hue angle of 255.65º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB9FE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 185 | 254 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.00 |
| HSL | 255.65º | 0.97% | 0.86% | - |
| HSV(B) | 255.65º | 0.27% | 1% | - |
| XYZ | 59.87 | 54.55 | 101.14 | - |
| YUV | 198.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 254 | 0.20 | 0.27 | 0 | 0.00 | 255.65 | 0.97 | 0.86 |
| Hex | CB | B9 | FE | 14 | 1B | 0 | 0 | 100 | 61 | 56 |
| Octal | 313 | 271 | 376 | 24 | 33 | 0 | 0 | 400 | 141 | 126 |
| Binary | 11001011 | 10111001 | 11111110 | 10100 | 11011 | 0 | 0 | 100000000 | 1100001 | 1010110 |
Color Harmonies of #CBB9FE
Complementary color
Monochromatic Colors of #CBB9FE
Black with #CBB9FE
Text Example
Text Example
White with #CBB9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9FE; }
p { color: rgb(203,185,254); }
H1.HeaderClassName
{
color: #CBB9FE;
}
.AnyTagClassName
{
color: #CBB9FE;
}
</style>
background-color css
<style>
a { background-color: #CBB9FE; }
a { background-color: rgb(203,185,254); }
div.DivClassName
{
background-color: #CBB9FE;
}
.BgClassName
{
background-color: #CBB9FE;
}
</style>
border-color css
<style>
span { border-color: #CBB9FE; }
span { border-color: rgb(203,185,254); }
td.TdClassName
{
border-color: #CBB9FE;
}
.TagClassName
{
border-color: #CBB9FE;
}
</style>