Shades of Lavender Blue #CBC0FA
Tints of Lavender Blue #CBC0FA
RGB
CMYK
RGB Variations
Color information
#CBC0FA (or 0xCBC0FA) is known color: Lavender Blue. HEX triplet: CB, C0 and FA. RGB value is (203,192,250). Sum of RGB (Red+Green+Blue) = 203+192+250=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 250 (98.05% from 255 or 38.76% from 645); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FA is #343F05. Grayscale: #C9C9C9. Windows color (decimal): -3424006 or 16433355. OLE color: 16433355.
HSL color Cylindrical-coordinate representation of color #CBC0FA: hue angle of 251.38º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC0FA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 192 | 250 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.02 |
| HSL | 251.38º | 0.85% | 0.87% | - |
| HSV(B) | 251.38º | 0.23% | 0.98% | - |
| XYZ | 60.73 | 57.3 | 98.3 | - |
| YUV | 201.9 | 155.14 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 250 | 0.19 | 0.23 | 0 | 0.02 | 251.38 | 0.85 | 0.87 |
| Hex | CB | C0 | FA | 13 | 17 | 0 | 2 | FB | 55 | 57 |
| Octal | 313 | 300 | 372 | 23 | 27 | 0 | 2 | 373 | 125 | 127 |
| Binary | 11001011 | 11000000 | 11111010 | 10011 | 10111 | 0 | 10 | 11111011 | 1010101 | 1010111 |
Color Harmonies of #CBC0FA
Complementary color
Monochromatic Colors of #CBC0FA
Black with #CBC0FA
Text Example
Text Example
White with #CBC0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0FA; }
p { color: rgb(203,192,250); }
H1.HeaderClassName
{
color: #CBC0FA;
}
.AnyTagClassName
{
color: #CBC0FA;
}
</style>
background-color css
<style>
a { background-color: #CBC0FA; }
a { background-color: rgb(203,192,250); }
div.DivClassName
{
background-color: #CBC0FA;
}
.BgClassName
{
background-color: #CBC0FA;
}
</style>
border-color css
<style>
span { border-color: #CBC0FA; }
span { border-color: rgb(203,192,250); }
td.TdClassName
{
border-color: #CBC0FA;
}
.TagClassName
{
border-color: #CBC0FA;
}
</style>