Shades of Lavender Blue #CBC8F3
Tints of Lavender Blue #CBC8F3
RGB
CMYK
RGB Variations
Color information
#CBC8F3 (or 0xCBC8F3) is known color: Lavender Blue. HEX triplet: CB, C8 and F3. RGB value is (203,200,243). Sum of RGB (Red+Green+Blue) = 203+200+243=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 200 (78.52% from 255 or 30.96% from 646); Blue value is 243 (95.31% from 255 or 37.62% from 646); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBC8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8F3 is #34370C. Grayscale: #CDCDCD. Windows color (decimal): -3421965 or 15976651. OLE color: 15976651.
HSL color Cylindrical-coordinate representation of color #CBC8F3: hue angle of 244.19º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC8F3 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 200 | 243 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.05 |
| HSL | 244.19º | 0.64% | 0.87% | - |
| HSV(B) | 244.19º | 0.18% | 0.95% | - |
| XYZ | 61.46 | 60.48 | 93.23 | - |
| YUV | 205.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 243 | 0.16 | 0.18 | 0 | 0.05 | 244.19 | 0.64 | 0.87 |
| Hex | CB | C8 | F3 | 10 | 12 | 0 | 5 | F4 | 40 | 57 |
| Octal | 313 | 310 | 363 | 20 | 22 | 0 | 5 | 364 | 100 | 127 |
| Binary | 11001011 | 11001000 | 11110011 | 10000 | 10010 | 0 | 101 | 11110100 | 1000000 | 1010111 |
Color Harmonies of #CBC8F3
Complementary color
Monochromatic Colors of #CBC8F3
Black with #CBC8F3
Text Example
Text Example
White with #CBC8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8F3; }
p { color: rgb(203,200,243); }
H1.HeaderClassName
{
color: #CBC8F3;
}
.AnyTagClassName
{
color: #CBC8F3;
}
</style>
background-color css
<style>
a { background-color: #CBC8F3; }
a { background-color: rgb(203,200,243); }
div.DivClassName
{
background-color: #CBC8F3;
}
.BgClassName
{
background-color: #CBC8F3;
}
</style>
border-color css
<style>
span { border-color: #CBC8F3; }
span { border-color: rgb(203,200,243); }
td.TdClassName
{
border-color: #CBC8F3;
}
.TagClassName
{
border-color: #CBC8F3;
}
</style>