Shades of Lavender Blue #CBC1FA
Tints of Lavender Blue #CBC1FA
RGB
CMYK
RGB Variations
Color information
#CBC1FA (or 0xCBC1FA) is known color: Lavender Blue. HEX triplet: CB, C1 and FA. RGB value is (203,193,250). Sum of RGB (Red+Green+Blue) = 203+193+250=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 193 (75.78% from 255 or 29.88% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1FA is #343E05. Grayscale: #CACACA. Windows color (decimal): -3423750 or 16433611. OLE color: 16433611.
HSL color Cylindrical-coordinate representation of color #CBC1FA: hue angle of 250.53º 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 #CBC1FA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 193 | 250 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.02 |
| HSL | 250.53º | 0.85% | 0.87% | - |
| HSV(B) | 250.53º | 0.23% | 0.98% | - |
| XYZ | 60.95 | 57.74 | 98.37 | - |
| YUV | 202.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 250 | 0.19 | 0.23 | 0 | 0.02 | 250.53 | 0.85 | 0.87 |
| Hex | CB | C1 | FA | 13 | 17 | 0 | 2 | FB | 55 | 57 |
| Octal | 313 | 301 | 372 | 23 | 27 | 0 | 2 | 373 | 125 | 127 |
| Binary | 11001011 | 11000001 | 11111010 | 10011 | 10111 | 0 | 10 | 11111011 | 1010101 | 1010111 |
Color Harmonies of #CBC1FA
Complementary color
Monochromatic Colors of #CBC1FA
Black with #CBC1FA
Text Example
Text Example
White with #CBC1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1FA; }
p { color: rgb(203,193,250); }
H1.HeaderClassName
{
color: #CBC1FA;
}
.AnyTagClassName
{
color: #CBC1FA;
}
</style>
background-color css
<style>
a { background-color: #CBC1FA; }
a { background-color: rgb(203,193,250); }
div.DivClassName
{
background-color: #CBC1FA;
}
.BgClassName
{
background-color: #CBC1FA;
}
</style>
border-color css
<style>
span { border-color: #CBC1FA; }
span { border-color: rgb(203,193,250); }
td.TdClassName
{
border-color: #CBC1FA;
}
.TagClassName
{
border-color: #CBC1FA;
}
</style>