Shades of Lavender Blue #CBC1FC
Tints of Lavender Blue #CBC1FC
RGB
CMYK
RGB Variations
Color information
#CBC1FC (or 0xCBC1FC) is known color: Lavender Blue. HEX triplet: CB, C1 and FC. RGB value is (203,193,252). Sum of RGB (Red+Green+Blue) = 203+193+252=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1FC is #343E03. Grayscale: #CACACA. Windows color (decimal): -3423748 or 16564683. OLE color: 16564683.
HSL color Cylindrical-coordinate representation of color #CBC1FC: hue angle of 250.17º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC1FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 193 | 252 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.01 |
| HSL | 250.17º | 0.91% | 0.87% | - |
| HSV(B) | 250.17º | 0.23% | 0.99% | - |
| XYZ | 61.27 | 57.86 | 100.04 | - |
| YUV | 202.72 | 155.81 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 252 | 0.19 | 0.23 | 0 | 0.01 | 250.17 | 0.91 | 0.87 |
| Hex | CB | C1 | FC | 13 | 17 | 0 | 1 | FA | 5B | 57 |
| Octal | 313 | 301 | 374 | 23 | 27 | 0 | 1 | 372 | 133 | 127 |
| Binary | 11001011 | 11000001 | 11111100 | 10011 | 10111 | 0 | 1 | 11111010 | 1011011 | 1010111 |
Color Harmonies of #CBC1FC
Complementary color
Monochromatic Colors of #CBC1FC
Black with #CBC1FC
Text Example
Text Example
White with #CBC1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1FC; }
p { color: rgb(203,193,252); }
H1.HeaderClassName
{
color: #CBC1FC;
}
.AnyTagClassName
{
color: #CBC1FC;
}
</style>
background-color css
<style>
a { background-color: #CBC1FC; }
a { background-color: rgb(203,193,252); }
div.DivClassName
{
background-color: #CBC1FC;
}
.BgClassName
{
background-color: #CBC1FC;
}
</style>
border-color css
<style>
span { border-color: #CBC1FC; }
span { border-color: rgb(203,193,252); }
td.TdClassName
{
border-color: #CBC1FC;
}
.TagClassName
{
border-color: #CBC1FC;
}
</style>