Shades of Lavender Blue #CBC9FC
Tints of Lavender Blue #CBC9FC
RGB
CMYK
RGB Variations
Color information
#CBC9FC (or 0xCBC9FC) is known color: Lavender Blue. HEX triplet: CB, C9 and FC. RGB value is (203,201,252). Sum of RGB (Red+Green+Blue) = 203+201+252=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FC is #343603. Grayscale: #CFCFCF. Windows color (decimal): -3421700 or 16566731. OLE color: 16566731.
HSL color Cylindrical-coordinate representation of color #CBC9FC: hue angle of 242.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC9FC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 201 | 252 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.01 |
| HSL | 242.35º | 0.89% | 0.89% | - |
| HSV(B) | 242.35º | 0.2% | 0.99% | - |
| XYZ | 63.09 | 61.5 | 100.64 | - |
| YUV | 207.41 | 153.16 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 252 | 0.19 | 0.20 | 0 | 0.01 | 242.35 | 0.89 | 0.89 |
| Hex | CB | C9 | FC | 13 | 14 | 0 | 1 | F2 | 59 | 59 |
| Octal | 313 | 311 | 374 | 23 | 24 | 0 | 1 | 362 | 131 | 131 |
| Binary | 11001011 | 11001001 | 11111100 | 10011 | 10100 | 0 | 1 | 11110010 | 1011001 | 1011001 |
Color Harmonies of #CBC9FC
Complementary color
Monochromatic Colors of #CBC9FC
Black with #CBC9FC
Text Example
Text Example
White with #CBC9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9FC; }
p { color: rgb(203,201,252); }
H1.HeaderClassName
{
color: #CBC9FC;
}
.AnyTagClassName
{
color: #CBC9FC;
}
</style>
background-color css
<style>
a { background-color: #CBC9FC; }
a { background-color: rgb(203,201,252); }
div.DivClassName
{
background-color: #CBC9FC;
}
.BgClassName
{
background-color: #CBC9FC;
}
</style>
border-color css
<style>
span { border-color: #CBC9FC; }
span { border-color: rgb(203,201,252); }
td.TdClassName
{
border-color: #CBC9FC;
}
.TagClassName
{
border-color: #CBC9FC;
}
</style>