Shades of Lavender Blue #CBC9ED
Tints of Lavender Blue #CBC9ED
RGB
CMYK
RGB Variations
Color information
#CBC9ED (or 0xCBC9ED) is known color: Lavender Blue. HEX triplet: CB, C9 and ED. RGB value is (203,201,237). Sum of RGB (Red+Green+Blue) = 203+201+237=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9ED is #343612. Grayscale: #CDCDCD. Windows color (decimal): -3421715 or 15583691. OLE color: 15583691.
HSL color Cylindrical-coordinate representation of color #CBC9ED: hue angle of 243.33º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC9ED is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 201 | 237 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.07 |
| HSL | 243.33º | 0.5% | 0.86% | - |
| HSV(B) | 243.33º | 0.15% | 0.93% | - |
| XYZ | 60.8 | 60.58 | 88.61 | - |
| YUV | 205.7 | 145.66 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 237 | 0.14 | 0.15 | 0 | 0.07 | 243.33 | 0.5 | 0.86 |
| Hex | CB | C9 | ED | E | F | 0 | 7 | F3 | 32 | 56 |
| Octal | 313 | 311 | 355 | 16 | 17 | 0 | 7 | 363 | 62 | 126 |
| Binary | 11001011 | 11001001 | 11101101 | 1110 | 1111 | 0 | 111 | 11110011 | 110010 | 1010110 |
Color Harmonies of #CBC9ED
Complementary color
Monochromatic Colors of #CBC9ED
Black with #CBC9ED
Text Example
Text Example
White with #CBC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9ED; }
p { color: rgb(203,201,237); }
H1.HeaderClassName
{
color: #CBC9ED;
}
.AnyTagClassName
{
color: #CBC9ED;
}
</style>
background-color css
<style>
a { background-color: #CBC9ED; }
a { background-color: rgb(203,201,237); }
div.DivClassName
{
background-color: #CBC9ED;
}
.BgClassName
{
background-color: #CBC9ED;
}
</style>
border-color css
<style>
span { border-color: #CBC9ED; }
span { border-color: rgb(203,201,237); }
td.TdClassName
{
border-color: #CBC9ED;
}
.TagClassName
{
border-color: #CBC9ED;
}
</style>