Shades of Lavender Blue #CBC0FB
Tints of Lavender Blue #CBC0FB
RGB
CMYK
RGB Variations
Color information
#CBC0FB (or 0xCBC0FB) is known color: Lavender Blue. HEX triplet: CB, C0 and FB. RGB value is (203,192,251). Sum of RGB (Red+Green+Blue) = 203+192+251=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 192 (75.39% from 255 or 29.72% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FB is #343F04. Grayscale: #C9C9C9. Windows color (decimal): -3424005 or 16498891. OLE color: 16498891.
HSL color Cylindrical-coordinate representation of color #CBC0FB: hue angle of 251.19º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC0FB is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 192 | 251 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.02 |
| HSL | 251.19º | 0.88% | 0.87% | - |
| HSV(B) | 251.19º | 0.24% | 0.98% | - |
| XYZ | 60.89 | 57.36 | 99.13 | - |
| YUV | 202.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 251 | 0.19 | 0.24 | 0 | 0.02 | 251.19 | 0.88 | 0.87 |
| Hex | CB | C0 | FB | 13 | 18 | 0 | 2 | FB | 58 | 57 |
| Octal | 313 | 300 | 373 | 23 | 30 | 0 | 2 | 373 | 130 | 127 |
| Binary | 11001011 | 11000000 | 11111011 | 10011 | 11000 | 0 | 10 | 11111011 | 1011000 | 1010111 |
Color Harmonies of #CBC0FB
Complementary color
Monochromatic Colors of #CBC0FB
Black with #CBC0FB
Text Example
Text Example
White with #CBC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0FB; }
p { color: rgb(203,192,251); }
H1.HeaderClassName
{
color: #CBC0FB;
}
.AnyTagClassName
{
color: #CBC0FB;
}
</style>
background-color css
<style>
a { background-color: #CBC0FB; }
a { background-color: rgb(203,192,251); }
div.DivClassName
{
background-color: #CBC0FB;
}
.BgClassName
{
background-color: #CBC0FB;
}
</style>
border-color css
<style>
span { border-color: #CBC0FB; }
span { border-color: rgb(203,192,251); }
td.TdClassName
{
border-color: #CBC0FB;
}
.TagClassName
{
border-color: #CBC0FB;
}
</style>