Shades of Lavender Blue #CBB9FD
Tints of Lavender Blue #CBB9FD
RGB
CMYK
RGB Variations
Color information
#CBB9FD (or 0xCBB9FD) is known color: Lavender Blue. HEX triplet: CB, B9 and FD. RGB value is (203,185,253). Sum of RGB (Red+Green+Blue) = 203+185+253=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBB9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9FD is #344602. Grayscale: #C5C5C5. Windows color (decimal): -3425795 or 16628171. OLE color: 16628171.
HSL color Cylindrical-coordinate representation of color #CBB9FD: hue angle of 255.88º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB9FD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 185 | 253 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.01 |
| HSL | 255.88º | 0.94% | 0.86% | - |
| HSV(B) | 255.88º | 0.27% | 0.99% | - |
| XYZ | 59.71 | 54.49 | 100.3 | - |
| YUV | 198.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 253 | 0.20 | 0.27 | 0 | 0.01 | 255.88 | 0.94 | 0.86 |
| Hex | CB | B9 | FD | 14 | 1B | 0 | 1 | 100 | 5E | 56 |
| Octal | 313 | 271 | 375 | 24 | 33 | 0 | 1 | 400 | 136 | 126 |
| Binary | 11001011 | 10111001 | 11111101 | 10100 | 11011 | 0 | 1 | 100000000 | 1011110 | 1010110 |
Color Harmonies of #CBB9FD
Complementary color
Monochromatic Colors of #CBB9FD
Black with #CBB9FD
Text Example
Text Example
White with #CBB9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9FD; }
p { color: rgb(203,185,253); }
H1.HeaderClassName
{
color: #CBB9FD;
}
.AnyTagClassName
{
color: #CBB9FD;
}
</style>
background-color css
<style>
a { background-color: #CBB9FD; }
a { background-color: rgb(203,185,253); }
div.DivClassName
{
background-color: #CBB9FD;
}
.BgClassName
{
background-color: #CBB9FD;
}
</style>
border-color css
<style>
span { border-color: #CBB9FD; }
span { border-color: rgb(203,185,253); }
td.TdClassName
{
border-color: #CBB9FD;
}
.TagClassName
{
border-color: #CBB9FD;
}
</style>