Shades of Lavender Blue #CBC7ED
Tints of Lavender Blue #CBC7ED
RGB
CMYK
RGB Variations
Color information
#CBC7ED (or 0xCBC7ED) is known color: Lavender Blue. HEX triplet: CB, C7 and ED. RGB value is (203,199,237). Sum of RGB (Red+Green+Blue) = 203+199+237=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7ED is #343812. Grayscale: #CCCCCC. Windows color (decimal): -3422227 or 15583179. OLE color: 15583179.
HSL color Cylindrical-coordinate representation of color #CBC7ED: hue angle of 246.32º degrees, saturation: 0.51, 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 #CBC7ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 199 | 237 | - |
CMYK | 0.14 | 0.16 | 0 | 0.07 |
HSL | 246.32º | 0.51% | 0.85% | - |
HSV(B) | 246.32º | 0.16% | 0.93% | - |
XYZ | 60.34 | 59.66 | 88.46 | - |
YUV | 204.53 | 146.33 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 199 | 237 | 0.14 | 0.16 | 0 | 0.07 | 246.32 | 0.51 | 0.85 |
Hex | CB | C7 | ED | E | 10 | 0 | 7 | F6 | 33 | 55 |
Octal | 313 | 307 | 355 | 16 | 20 | 0 | 7 | 366 | 63 | 125 |
Binary | 11001011 | 11000111 | 11101101 | 1110 | 10000 | 0 | 111 | 11110110 | 110011 | 1010101 |
Color Harmonies of #CBC7ED
Complementary color
Monochromatic Colors of #CBC7ED
Black with #CBC7ED
Text Example
Text Example
White with #CBC7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7ED; }
p { color: rgb(203,199,237); }
H1.HeaderClassName
{
color: #CBC7ED;
}
.AnyTagClassName
{
color: #CBC7ED;
}
</style>
background-color css
<style>
a { background-color: #CBC7ED; }
a { background-color: rgb(203,199,237); }
div.DivClassName
{
background-color: #CBC7ED;
}
.BgClassName
{
background-color: #CBC7ED;
}
</style>
border-color css
<style>
span { border-color: #CBC7ED; }
span { border-color: rgb(203,199,237); }
td.TdClassName
{
border-color: #CBC7ED;
}
.TagClassName
{
border-color: #CBC7ED;
}
</style>