Shades of Lavender Blue #CBBFFF
Tints of Lavender Blue #CBBFFF
RGB
CMYK
RGB Variations
Color information
#CBBFFF (or 0xCBBFFF) is known color: Lavender Blue. HEX triplet: CB, BF and FF. RGB value is (203,191,255). Sum of RGB (Red+Green+Blue) = 203+191+255=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFFF is #344000. Grayscale: #C9C9C9. Windows color (decimal): -3424257 or 16760779. OLE color: 16760779.
HSL color Cylindrical-coordinate representation of color #CBBFFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBFFF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 191 | 255 | - |
| CMYK | 0.20 | 0.25 | 0 | 0 |
| HSL | 251.25º | 1% | 0.87% | - |
| HSV(B) | 251.25º | 0.25% | 1% | - |
| XYZ | 61.31 | 57.18 | 102.41 | - |
| YUV | 201.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 255 | 0.20 | 0.25 | 0 | 0 | 251.25 | 1 | 0.87 |
| Hex | CB | BF | FF | 14 | 19 | 0 | 0 | FB | 64 | 57 |
| Octal | 313 | 277 | 377 | 24 | 31 | 0 | 0 | 373 | 144 | 127 |
| Binary | 11001011 | 10111111 | 11111111 | 10100 | 11001 | 0 | 0 | 11111011 | 1100100 | 1010111 |
Color Harmonies of #CBBFFF
Complementary color
Monochromatic Colors of #CBBFFF
Black with #CBBFFF
Text Example
Text Example
White with #CBBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFFF; }
p { color: rgb(203,191,255); }
H1.HeaderClassName
{
color: #CBBFFF;
}
.AnyTagClassName
{
color: #CBBFFF;
}
</style>
background-color css
<style>
a { background-color: #CBBFFF; }
a { background-color: rgb(203,191,255); }
div.DivClassName
{
background-color: #CBBFFF;
}
.BgClassName
{
background-color: #CBBFFF;
}
</style>
border-color css
<style>
span { border-color: #CBBFFF; }
span { border-color: rgb(203,191,255); }
td.TdClassName
{
border-color: #CBBFFF;
}
.TagClassName
{
border-color: #CBBFFF;
}
</style>