Shades of Lavender Blue #CBC3FC
Tints of Lavender Blue #CBC3FC
RGB
CMYK
RGB Variations
Color information
#CBC3FC (or 0xCBC3FC) is known color: Lavender Blue. HEX triplet: CB, C3 and FC. RGB value is (203,195,252). Sum of RGB (Red+Green+Blue) = 203+195+252=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 195 (76.56% from 255 or 30% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3FC is #343C03. Grayscale: #CBCBCB. Windows color (decimal): -3423236 or 16565195. OLE color: 16565195.
HSL color Cylindrical-coordinate representation of color #CBC3FC: hue angle of 248.42º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC3FC is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 195 | 252 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.01 |
| HSL | 248.42º | 0.9% | 0.88% | - |
| HSV(B) | 248.42º | 0.23% | 0.99% | - |
| XYZ | 61.71 | 58.76 | 100.18 | - |
| YUV | 203.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 252 | 0.19 | 0.23 | 0 | 0.01 | 248.42 | 0.9 | 0.88 |
| Hex | CB | C3 | FC | 13 | 17 | 0 | 1 | F8 | 5A | 58 |
| Octal | 313 | 303 | 374 | 23 | 27 | 0 | 1 | 370 | 132 | 130 |
| Binary | 11001011 | 11000011 | 11111100 | 10011 | 10111 | 0 | 1 | 11111000 | 1011010 | 1011000 |
Color Harmonies of #CBC3FC
Complementary color
Monochromatic Colors of #CBC3FC
Black with #CBC3FC
Text Example
Text Example
White with #CBC3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3FC; }
p { color: rgb(203,195,252); }
H1.HeaderClassName
{
color: #CBC3FC;
}
.AnyTagClassName
{
color: #CBC3FC;
}
</style>
background-color css
<style>
a { background-color: #CBC3FC; }
a { background-color: rgb(203,195,252); }
div.DivClassName
{
background-color: #CBC3FC;
}
.BgClassName
{
background-color: #CBC3FC;
}
</style>
border-color css
<style>
span { border-color: #CBC3FC; }
span { border-color: rgb(203,195,252); }
td.TdClassName
{
border-color: #CBC3FC;
}
.TagClassName
{
border-color: #CBC3FC;
}
</style>