Shades of Lavender Blue #CBC9FB
Tints of Lavender Blue #CBC9FB
RGB
CMYK
RGB Variations
Color information
#CBC9FB (or 0xCBC9FB) is known color: Lavender Blue. HEX triplet: CB, C9 and FB. RGB value is (203,201,251). Sum of RGB (Red+Green+Blue) = 203+201+251=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FB is #343604. Grayscale: #CFCFCF. Windows color (decimal): -3421701 or 16501195. OLE color: 16501195.
HSL color Cylindrical-coordinate representation of color #CBC9FB: hue angle of 242.4º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC9FB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 201 | 251 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.02 |
| HSL | 242.4º | 0.86% | 0.89% | - |
| HSV(B) | 242.4º | 0.2% | 0.98% | - |
| XYZ | 62.93 | 61.43 | 99.81 | - |
| YUV | 207.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 251 | 0.19 | 0.20 | 0 | 0.02 | 242.4 | 0.86 | 0.89 |
| Hex | CB | C9 | FB | 13 | 14 | 0 | 2 | F2 | 56 | 59 |
| Octal | 313 | 311 | 373 | 23 | 24 | 0 | 2 | 362 | 126 | 131 |
| Binary | 11001011 | 11001001 | 11111011 | 10011 | 10100 | 0 | 10 | 11110010 | 1010110 | 1011001 |
Color Harmonies of #CBC9FB
Complementary color
Monochromatic Colors of #CBC9FB
Black with #CBC9FB
Text Example
Text Example
White with #CBC9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9FB; }
p { color: rgb(203,201,251); }
H1.HeaderClassName
{
color: #CBC9FB;
}
.AnyTagClassName
{
color: #CBC9FB;
}
</style>
background-color css
<style>
a { background-color: #CBC9FB; }
a { background-color: rgb(203,201,251); }
div.DivClassName
{
background-color: #CBC9FB;
}
.BgClassName
{
background-color: #CBC9FB;
}
</style>
border-color css
<style>
span { border-color: #CBC9FB; }
span { border-color: rgb(203,201,251); }
td.TdClassName
{
border-color: #CBC9FB;
}
.TagClassName
{
border-color: #CBC9FB;
}
</style>