Shades of Lavender Blue #CBC6ED
Tints of Lavender Blue #CBC6ED
RGB
CMYK
RGB Variations
Color information
#CBC6ED (or 0xCBC6ED) is known color: Lavender Blue. HEX triplet: CB, C6 and ED. RGB value is (203,198,237). Sum of RGB (Red+Green+Blue) = 203+198+237=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 198 (77.73% from 255 or 31.03% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6ED is #343912. Grayscale: #CBCBCB. Windows color (decimal): -3422483 or 15582923. OLE color: 15582923.
HSL color Cylindrical-coordinate representation of color #CBC6ED: hue angle of 247.69º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC6ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 198 | 237 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.07 |
| HSL | 247.69º | 0.52% | 0.85% | - |
| HSV(B) | 247.69º | 0.16% | 0.93% | - |
| XYZ | 60.11 | 59.2 | 88.38 | - |
| YUV | 203.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 237 | 0.14 | 0.16 | 0 | 0.07 | 247.69 | 0.52 | 0.85 |
| Hex | CB | C6 | ED | E | 10 | 0 | 7 | F8 | 34 | 55 |
| Octal | 313 | 306 | 355 | 16 | 20 | 0 | 7 | 370 | 64 | 125 |
| Binary | 11001011 | 11000110 | 11101101 | 1110 | 10000 | 0 | 111 | 11111000 | 110100 | 1010101 |
Color Harmonies of #CBC6ED
Complementary color
Monochromatic Colors of #CBC6ED
Black with #CBC6ED
Text Example
Text Example
White with #CBC6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6ED; }
p { color: rgb(203,198,237); }
H1.HeaderClassName
{
color: #CBC6ED;
}
.AnyTagClassName
{
color: #CBC6ED;
}
</style>
background-color css
<style>
a { background-color: #CBC6ED; }
a { background-color: rgb(203,198,237); }
div.DivClassName
{
background-color: #CBC6ED;
}
.BgClassName
{
background-color: #CBC6ED;
}
</style>
border-color css
<style>
span { border-color: #CBC6ED; }
span { border-color: rgb(203,198,237); }
td.TdClassName
{
border-color: #CBC6ED;
}
.TagClassName
{
border-color: #CBC6ED;
}
</style>