Shades of Lavender Blue #CDBAFF
Tints of Lavender Blue #CDBAFF
RGB
CMYK
RGB Variations
Color information
#CDBAFF (or 0xCDBAFF) is known color: Lavender Blue. HEX triplet: CD, BA and FF. RGB value is (205,186,255). Sum of RGB (Red+Green+Blue) = 205+186+255=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 186 (73.05% from 255 or 28.79% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDBAFF is #324500. Grayscale: #C7C7C7. Windows color (decimal): -3294465 or 16759501. OLE color: 16759501.
HSL color Cylindrical-coordinate representation of color #CDBAFF: hue angle of 256.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDBAFF is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 186 | 255 | - |
| CMYK | 0.20 | 0.27 | 0 | 0 |
| HSL | 256.52º | 1% | 0.86% | - |
| HSV(B) | 256.52º | 0.27% | 1% | - |
| XYZ | 60.79 | 55.32 | 102.08 | - |
| YUV | 199.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 255 | 0.20 | 0.27 | 0 | 0 | 256.52 | 1 | 0.86 |
| Hex | CD | BA | FF | 14 | 1B | 0 | 0 | 101 | 64 | 56 |
| Octal | 315 | 272 | 377 | 24 | 33 | 0 | 0 | 401 | 144 | 126 |
| Binary | 11001101 | 10111010 | 11111111 | 10100 | 11011 | 0 | 0 | 100000001 | 1100100 | 1010110 |
Color Harmonies of #CDBAFF
Complementary color
Monochromatic Colors of #CDBAFF
Black with #CDBAFF
Text Example
Text Example
White with #CDBAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBAFF; }
p { color: rgb(205,186,255); }
H1.HeaderClassName
{
color: #CDBAFF;
}
.AnyTagClassName
{
color: #CDBAFF;
}
</style>
background-color css
<style>
a { background-color: #CDBAFF; }
a { background-color: rgb(205,186,255); }
div.DivClassName
{
background-color: #CDBAFF;
}
.BgClassName
{
background-color: #CDBAFF;
}
</style>
border-color css
<style>
span { border-color: #CDBAFF; }
span { border-color: rgb(205,186,255); }
td.TdClassName
{
border-color: #CDBAFF;
}
.TagClassName
{
border-color: #CDBAFF;
}
</style>