Shades of Lavender Blue #CBC7FF
Tints of Lavender Blue #CBC7FF
RGB
CMYK
RGB Variations
Color information
#CBC7FF (or 0xCBC7FF) is known color: Lavender Blue. HEX triplet: CB, C7 and FF. RGB value is (203,199,255). Sum of RGB (Red+Green+Blue) = 203+199+255=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 199 (78.12% from 255 or 30.29% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC7FF is #343800. Grayscale: #CECECE. Windows color (decimal): -3422209 or 16762827. OLE color: 16762827.
HSL color Cylindrical-coordinate representation of color #CBC7FF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC7FF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 199 | 255 | - |
| CMYK | 0.20 | 0.22 | 0 | 0 |
| HSL | 244.29º | 1% | 0.89% | - |
| HSV(B) | 244.29º | 0.22% | 1% | - |
| XYZ | 63.1 | 60.76 | 103.01 | - |
| YUV | 206.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 255 | 0.20 | 0.22 | 0 | 0 | 244.29 | 1 | 0.89 |
| Hex | CB | C7 | FF | 14 | 16 | 0 | 0 | F4 | 64 | 59 |
| Octal | 313 | 307 | 377 | 24 | 26 | 0 | 0 | 364 | 144 | 131 |
| Binary | 11001011 | 11000111 | 11111111 | 10100 | 10110 | 0 | 0 | 11110100 | 1100100 | 1011001 |
Color Harmonies of #CBC7FF
Complementary color
Monochromatic Colors of #CBC7FF
Black with #CBC7FF
Text Example
Text Example
White with #CBC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7FF; }
p { color: rgb(203,199,255); }
H1.HeaderClassName
{
color: #CBC7FF;
}
.AnyTagClassName
{
color: #CBC7FF;
}
</style>
background-color css
<style>
a { background-color: #CBC7FF; }
a { background-color: rgb(203,199,255); }
div.DivClassName
{
background-color: #CBC7FF;
}
.BgClassName
{
background-color: #CBC7FF;
}
</style>
border-color css
<style>
span { border-color: #CBC7FF; }
span { border-color: rgb(203,199,255); }
td.TdClassName
{
border-color: #CBC7FF;
}
.TagClassName
{
border-color: #CBC7FF;
}
</style>