Shades of Lavender Blue #CBC6EE
Tints of Lavender Blue #CBC6EE
RGB
CMYK
RGB Variations
Color information
#CBC6EE (or 0xCBC6EE) is known color: Lavender Blue. HEX triplet: CB, C6 and EE. RGB value is (203,198,238). Sum of RGB (Red+Green+Blue) = 203+198+238=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 238 (93.36% from 255 or 37.25% from 639); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC6EE is #343911. Grayscale: #CBCBCB. Windows color (decimal): -3422482 or 15648459. OLE color: 15648459.
HSL color Cylindrical-coordinate representation of color #CBC6EE: hue angle of 247.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC6EE is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 198 | 238 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.07 |
| HSL | 247.5º | 0.54% | 0.85% | - |
| HSV(B) | 247.5º | 0.17% | 0.93% | - |
| XYZ | 60.26 | 59.26 | 89.15 | - |
| YUV | 204.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 238 | 0.15 | 0.17 | 0 | 0.07 | 247.5 | 0.54 | 0.85 |
| Hex | CB | C6 | EE | F | 11 | 0 | 7 | F8 | 36 | 55 |
| Octal | 313 | 306 | 356 | 17 | 21 | 0 | 7 | 370 | 66 | 125 |
| Binary | 11001011 | 11000110 | 11101110 | 1111 | 10001 | 0 | 111 | 11111000 | 110110 | 1010101 |
Color Harmonies of #CBC6EE
Complementary color
Monochromatic Colors of #CBC6EE
Black with #CBC6EE
Text Example
Text Example
White with #CBC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6EE; }
p { color: rgb(203,198,238); }
H1.HeaderClassName
{
color: #CBC6EE;
}
.AnyTagClassName
{
color: #CBC6EE;
}
</style>
background-color css
<style>
a { background-color: #CBC6EE; }
a { background-color: rgb(203,198,238); }
div.DivClassName
{
background-color: #CBC6EE;
}
.BgClassName
{
background-color: #CBC6EE;
}
</style>
border-color css
<style>
span { border-color: #CBC6EE; }
span { border-color: rgb(203,198,238); }
td.TdClassName
{
border-color: #CBC6EE;
}
.TagClassName
{
border-color: #CBC6EE;
}
</style>