Shades of Lavender Blue #CBCBFC
Tints of Lavender Blue #CBCBFC
RGB
CMYK
RGB Variations
Color information
#CBCBFC (or 0xCBCBFC) is known color: Lavender Blue. HEX triplet: CB, CB and FC. RGB value is (203,203,252). Sum of RGB (Red+Green+Blue) = 203+203+252=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBCBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBFC is #343403. Grayscale: #D0D0D0. Windows color (decimal): -3421188 or 16567243. OLE color: 16567243.
HSL color Cylindrical-coordinate representation of color #CBCBFC: hue angle of 240º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCBFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 203 | 252 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.01 |
| HSL | 240º | 0.89% | 0.89% | - |
| HSV(B) | 240º | 0.19% | 0.99% | - |
| XYZ | 63.56 | 62.44 | 100.8 | - |
| YUV | 208.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 252 | 0.19 | 0.19 | 0 | 0.01 | 240 | 0.89 | 0.89 |
| Hex | CB | CB | FC | 13 | 13 | 0 | 1 | F0 | 59 | 59 |
| Octal | 313 | 313 | 374 | 23 | 23 | 0 | 1 | 360 | 131 | 131 |
| Binary | 11001011 | 11001011 | 11111100 | 10011 | 10011 | 0 | 1 | 11110000 | 1011001 | 1011001 |
Color Harmonies of #CBCBFC
Complementary color
Monochromatic Colors of #CBCBFC
Black with #CBCBFC
Text Example
Text Example
White with #CBCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBFC; }
p { color: rgb(203,203,252); }
H1.HeaderClassName
{
color: #CBCBFC;
}
.AnyTagClassName
{
color: #CBCBFC;
}
</style>
background-color css
<style>
a { background-color: #CBCBFC; }
a { background-color: rgb(203,203,252); }
div.DivClassName
{
background-color: #CBCBFC;
}
.BgClassName
{
background-color: #CBCBFC;
}
</style>
border-color css
<style>
span { border-color: #CBCBFC; }
span { border-color: rgb(203,203,252); }
td.TdClassName
{
border-color: #CBCBFC;
}
.TagClassName
{
border-color: #CBCBFC;
}
</style>