Shades of Lavender Blue #CBC6FC
Tints of Lavender Blue #CBC6FC
RGB
CMYK
RGB Variations
Color information
#CBC6FC (or 0xCBC6FC) is known color: Lavender Blue. HEX triplet: CB, C6 and FC. RGB value is (203,198,252). Sum of RGB (Red+Green+Blue) = 203+198+252=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 198 (77.73% from 255 or 30.32% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6FC is #343903. Grayscale: #CDCDCD. Windows color (decimal): -3422468 or 16565963. OLE color: 16565963.
HSL color Cylindrical-coordinate representation of color #CBC6FC: hue angle of 245.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC6FC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 198 | 252 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.01 |
| HSL | 245.56º | 0.9% | 0.88% | - |
| HSV(B) | 245.56º | 0.21% | 0.99% | - |
| XYZ | 62.39 | 60.11 | 100.41 | - |
| YUV | 205.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 252 | 0.19 | 0.21 | 0 | 0.01 | 245.56 | 0.9 | 0.88 |
| Hex | CB | C6 | FC | 13 | 15 | 0 | 1 | F6 | 5A | 58 |
| Octal | 313 | 306 | 374 | 23 | 25 | 0 | 1 | 366 | 132 | 130 |
| Binary | 11001011 | 11000110 | 11111100 | 10011 | 10101 | 0 | 1 | 11110110 | 1011010 | 1011000 |
Color Harmonies of #CBC6FC
Complementary color
Monochromatic Colors of #CBC6FC
Black with #CBC6FC
Text Example
Text Example
White with #CBC6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6FC; }
p { color: rgb(203,198,252); }
H1.HeaderClassName
{
color: #CBC6FC;
}
.AnyTagClassName
{
color: #CBC6FC;
}
</style>
background-color css
<style>
a { background-color: #CBC6FC; }
a { background-color: rgb(203,198,252); }
div.DivClassName
{
background-color: #CBC6FC;
}
.BgClassName
{
background-color: #CBC6FC;
}
</style>
border-color css
<style>
span { border-color: #CBC6FC; }
span { border-color: rgb(203,198,252); }
td.TdClassName
{
border-color: #CBC6FC;
}
.TagClassName
{
border-color: #CBC6FC;
}
</style>