Shades of Lavender Blue #CBB8FF
Tints of Lavender Blue #CBB8FF
RGB
CMYK
RGB Variations
Color information
#CBB8FF (or 0xCBB8FF) is known color: Lavender Blue. HEX triplet: CB, B8 and FF. RGB value is (203,184,255). Sum of RGB (Red+Green+Blue) = 203+184+255=642 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.62% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8FF is #344700. Grayscale: #C5C5C5. Windows color (decimal): -3426049 or 16758987. OLE color: 16758987.
HSL color Cylindrical-coordinate representation of color #CBB8FF: hue angle of 256.06º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB8FF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 184 | 255 | - |
| CMYK | 0.20 | 0.28 | 0 | 0 |
| HSL | 256.06º | 1% | 0.86% | - |
| HSV(B) | 256.06º | 0.28% | 1% | - |
| XYZ | 59.82 | 54.2 | 101.92 | - |
| YUV | 197.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 255 | 0.20 | 0.28 | 0 | 0 | 256.06 | 1 | 0.86 |
| Hex | CB | B8 | FF | 14 | 1C | 0 | 0 | 100 | 64 | 56 |
| Octal | 313 | 270 | 377 | 24 | 34 | 0 | 0 | 400 | 144 | 126 |
| Binary | 11001011 | 10111000 | 11111111 | 10100 | 11100 | 0 | 0 | 100000000 | 1100100 | 1010110 |
Color Harmonies of #CBB8FF
Complementary color
Monochromatic Colors of #CBB8FF
Black with #CBB8FF
Text Example
Text Example
White with #CBB8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8FF; }
p { color: rgb(203,184,255); }
H1.HeaderClassName
{
color: #CBB8FF;
}
.AnyTagClassName
{
color: #CBB8FF;
}
</style>
background-color css
<style>
a { background-color: #CBB8FF; }
a { background-color: rgb(203,184,255); }
div.DivClassName
{
background-color: #CBB8FF;
}
.BgClassName
{
background-color: #CBB8FF;
}
</style>
border-color css
<style>
span { border-color: #CBB8FF; }
span { border-color: rgb(203,184,255); }
td.TdClassName
{
border-color: #CBB8FF;
}
.TagClassName
{
border-color: #CBB8FF;
}
</style>