Shades of Lavender Blue #CBBBFE
Tints of Lavender Blue #CBBBFE
RGB
CMYK
RGB Variations
Color information
#CBBBFE (or 0xCBBBFE) is known color: Lavender Blue. HEX triplet: CB, BB and FE. RGB value is (203,187,254). Sum of RGB (Red+Green+Blue) = 203+187+254=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 187 (73.44% from 255 or 29.04% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBBBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBFE is #344401. Grayscale: #C7C7C7. Windows color (decimal): -3425282 or 16694219. OLE color: 16694219.
HSL color Cylindrical-coordinate representation of color #CBBBFE: hue angle of 254.33º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBBBFE is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 187 | 254 | - |
| CMYK | 0.20 | 0.26 | 0 | 0.00 |
| HSL | 254.33º | 0.97% | 0.86% | - |
| HSV(B) | 254.33º | 0.26% | 1% | - |
| XYZ | 60.29 | 55.39 | 101.28 | - |
| YUV | 199.42 | 158.8 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 254 | 0.20 | 0.26 | 0 | 0.00 | 254.33 | 0.97 | 0.86 |
| Hex | CB | BB | FE | 14 | 1A | 0 | 0 | FE | 61 | 56 |
| Octal | 313 | 273 | 376 | 24 | 32 | 0 | 0 | 376 | 141 | 126 |
| Binary | 11001011 | 10111011 | 11111110 | 10100 | 11010 | 0 | 0 | 11111110 | 1100001 | 1010110 |
Color Harmonies of #CBBBFE
Complementary color
Monochromatic Colors of #CBBBFE
Black with #CBBBFE
Text Example
Text Example
White with #CBBBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBFE; }
p { color: rgb(203,187,254); }
H1.HeaderClassName
{
color: #CBBBFE;
}
.AnyTagClassName
{
color: #CBBBFE;
}
</style>
background-color css
<style>
a { background-color: #CBBBFE; }
a { background-color: rgb(203,187,254); }
div.DivClassName
{
background-color: #CBBBFE;
}
.BgClassName
{
background-color: #CBBBFE;
}
</style>
border-color css
<style>
span { border-color: #CBBBFE; }
span { border-color: rgb(203,187,254); }
td.TdClassName
{
border-color: #CBBBFE;
}
.TagClassName
{
border-color: #CBBBFE;
}
</style>