Shades of Lavender Blue #CBD6FF
Tints of Lavender Blue #CBD6FF
RGB
CMYK
RGB Variations
Color information
#CBD6FF (or 0xCBD6FF) is known color: Lavender Blue. HEX triplet: CB, D6 and FF. RGB value is (203,214,255). Sum of RGB (Red+Green+Blue) = 203+214+255=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6FF is #342900. Grayscale: #D7D7D7. Windows color (decimal): -3418369 or 16766667. OLE color: 16766667.
HSL color Cylindrical-coordinate representation of color #CBD6FF: hue angle of 227.31º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD6FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 214 | 255 | - |
| CMYK | 0.20 | 0.16 | 0 | 0 |
| HSL | 227.31º | 1% | 0.9% | - |
| HSV(B) | 227.31º | 0.2% | 1% | - |
| XYZ | 66.73 | 68.01 | 104.22 | - |
| YUV | 215.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 255 | 0.20 | 0.16 | 0 | 0 | 227.31 | 1 | 0.9 |
| Hex | CB | D6 | FF | 14 | 10 | 0 | 0 | E3 | 64 | 5A |
| Octal | 313 | 326 | 377 | 24 | 20 | 0 | 0 | 343 | 144 | 132 |
| Binary | 11001011 | 11010110 | 11111111 | 10100 | 10000 | 0 | 0 | 11100011 | 1100100 | 1011010 |
Color Harmonies of #CBD6FF
Complementary color
Monochromatic Colors of #CBD6FF
Black with #CBD6FF
Text Example
Text Example
White with #CBD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6FF; }
p { color: rgb(203,214,255); }
H1.HeaderClassName
{
color: #CBD6FF;
}
.AnyTagClassName
{
color: #CBD6FF;
}
</style>
background-color css
<style>
a { background-color: #CBD6FF; }
a { background-color: rgb(203,214,255); }
div.DivClassName
{
background-color: #CBD6FF;
}
.BgClassName
{
background-color: #CBD6FF;
}
</style>
border-color css
<style>
span { border-color: #CBD6FF; }
span { border-color: rgb(203,214,255); }
td.TdClassName
{
border-color: #CBD6FF;
}
.TagClassName
{
border-color: #CBD6FF;
}
</style>