Shades of Lavender Blue #CBCDF8
Tints of Lavender Blue #CBCDF8
RGB
CMYK
RGB Variations
Color information
#CBCDF8 (or 0xCBCDF8) is known color: Lavender Blue. HEX triplet: CB, CD and F8. RGB value is (203,205,248). Sum of RGB (Red+Green+Blue) = 203+205+248=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBCDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDF8 is #343207. Grayscale: #D1D1D1. Windows color (decimal): -3420680 or 16305611. OLE color: 16305611.
HSL color Cylindrical-coordinate representation of color #CBCDF8: hue angle of 237.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCDF8 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 205 | 248 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.03 |
| HSL | 237.33º | 0.76% | 0.88% | - |
| HSV(B) | 237.33º | 0.18% | 0.97% | - |
| XYZ | 63.4 | 63.14 | 97.65 | - |
| YUV | 209.3 | 149.84 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 248 | 0.18 | 0.17 | 0 | 0.03 | 237.33 | 0.76 | 0.88 |
| Hex | CB | CD | F8 | 12 | 11 | 0 | 3 | ED | 4C | 58 |
| Octal | 313 | 315 | 370 | 22 | 21 | 0 | 3 | 355 | 114 | 130 |
| Binary | 11001011 | 11001101 | 11111000 | 10010 | 10001 | 0 | 11 | 11101101 | 1001100 | 1011000 |
Color Harmonies of #CBCDF8
Complementary color
Monochromatic Colors of #CBCDF8
Black with #CBCDF8
Text Example
Text Example
White with #CBCDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDF8; }
p { color: rgb(203,205,248); }
H1.HeaderClassName
{
color: #CBCDF8;
}
.AnyTagClassName
{
color: #CBCDF8;
}
</style>
background-color css
<style>
a { background-color: #CBCDF8; }
a { background-color: rgb(203,205,248); }
div.DivClassName
{
background-color: #CBCDF8;
}
.BgClassName
{
background-color: #CBCDF8;
}
</style>
border-color css
<style>
span { border-color: #CBCDF8; }
span { border-color: rgb(203,205,248); }
td.TdClassName
{
border-color: #CBCDF8;
}
.TagClassName
{
border-color: #CBCDF8;
}
</style>