Shades of Lavender Blue #CBC9F3
Tints of Lavender Blue #CBC9F3
RGB
CMYK
RGB Variations
Color information
#CBC9F3 (or 0xCBC9F3) is known color: Lavender Blue. HEX triplet: CB, C9 and F3. RGB value is (203,201,243). Sum of RGB (Red+Green+Blue) = 203+201+243=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBC9F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9F3 is #34360C. Grayscale: #CECECE. Windows color (decimal): -3421709 or 15976907. OLE color: 15976907.
HSL color Cylindrical-coordinate representation of color #CBC9F3: hue angle of 242.86º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC9F3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 201 | 243 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.05 |
| HSL | 242.86º | 0.64% | 0.87% | - |
| HSV(B) | 242.86º | 0.17% | 0.95% | - |
| XYZ | 61.69 | 60.94 | 93.31 | - |
| YUV | 206.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 243 | 0.16 | 0.17 | 0 | 0.05 | 242.86 | 0.64 | 0.87 |
| Hex | CB | C9 | F3 | 10 | 11 | 0 | 5 | F3 | 40 | 57 |
| Octal | 313 | 311 | 363 | 20 | 21 | 0 | 5 | 363 | 100 | 127 |
| Binary | 11001011 | 11001001 | 11110011 | 10000 | 10001 | 0 | 101 | 11110011 | 1000000 | 1010111 |
Color Harmonies of #CBC9F3
Complementary color
Monochromatic Colors of #CBC9F3
Black with #CBC9F3
Text Example
Text Example
White with #CBC9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9F3; }
p { color: rgb(203,201,243); }
H1.HeaderClassName
{
color: #CBC9F3;
}
.AnyTagClassName
{
color: #CBC9F3;
}
</style>
background-color css
<style>
a { background-color: #CBC9F3; }
a { background-color: rgb(203,201,243); }
div.DivClassName
{
background-color: #CBC9F3;
}
.BgClassName
{
background-color: #CBC9F3;
}
</style>
border-color css
<style>
span { border-color: #CBC9F3; }
span { border-color: rgb(203,201,243); }
td.TdClassName
{
border-color: #CBC9F3;
}
.TagClassName
{
border-color: #CBC9F3;
}
</style>