Shades of Lavender Blue #CBC4FF
Tints of Lavender Blue #CBC4FF
RGB
CMYK
RGB Variations
Color information
#CBC4FF (or 0xCBC4FF) is known color: Lavender Blue. HEX triplet: CB, C4 and FF. RGB value is (203,196,255). Sum of RGB (Red+Green+Blue) = 203+196+255=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4FF is #343B00. Grayscale: #CCCCCC. Windows color (decimal): -3422977 or 16762059. OLE color: 16762059.
HSL color Cylindrical-coordinate representation of color #CBC4FF: hue angle of 247.12º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC4FF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 196 | 255 | - |
| CMYK | 0.20 | 0.23 | 0 | 0 |
| HSL | 247.12º | 1% | 0.88% | - |
| HSV(B) | 247.12º | 0.23% | 1% | - |
| XYZ | 62.42 | 59.4 | 102.78 | - |
| YUV | 204.82 | 156.32 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 255 | 0.20 | 0.23 | 0 | 0 | 247.12 | 1 | 0.88 |
| Hex | CB | C4 | FF | 14 | 17 | 0 | 0 | F7 | 64 | 58 |
| Octal | 313 | 304 | 377 | 24 | 27 | 0 | 0 | 367 | 144 | 130 |
| Binary | 11001011 | 11000100 | 11111111 | 10100 | 10111 | 0 | 0 | 11110111 | 1100100 | 1011000 |
Color Harmonies of #CBC4FF
Complementary color
Monochromatic Colors of #CBC4FF
Black with #CBC4FF
Text Example
Text Example
White with #CBC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4FF; }
p { color: rgb(203,196,255); }
H1.HeaderClassName
{
color: #CBC4FF;
}
.AnyTagClassName
{
color: #CBC4FF;
}
</style>
background-color css
<style>
a { background-color: #CBC4FF; }
a { background-color: rgb(203,196,255); }
div.DivClassName
{
background-color: #CBC4FF;
}
.BgClassName
{
background-color: #CBC4FF;
}
</style>
border-color css
<style>
span { border-color: #CBC4FF; }
span { border-color: rgb(203,196,255); }
td.TdClassName
{
border-color: #CBC4FF;
}
.TagClassName
{
border-color: #CBC4FF;
}
</style>