Shades of Lavender Blue #CBCDF1
Tints of Lavender Blue #CBCDF1
RGB
CMYK
RGB Variations
Color information
#CBCDF1 (or 0xCBCDF1) is known color: Lavender Blue. HEX triplet: CB, CD and F1. RGB value is (203,205,241). Sum of RGB (Red+Green+Blue) = 203+205+241=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDF1 is #34320E. Grayscale: #D0D0D0. Windows color (decimal): -3420687 or 15846859. OLE color: 15846859.
HSL color Cylindrical-coordinate representation of color #CBCDF1: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCDF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 205 | 241 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.05 |
| HSL | 236.84º | 0.58% | 0.87% | - |
| HSV(B) | 236.84º | 0.16% | 0.95% | - |
| XYZ | 62.34 | 62.71 | 92.04 | - |
| YUV | 208.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 241 | 0.16 | 0.15 | 0 | 0.05 | 236.84 | 0.58 | 0.87 |
| Hex | CB | CD | F1 | 10 | F | 0 | 5 | ED | 3A | 57 |
| Octal | 313 | 315 | 361 | 20 | 17 | 0 | 5 | 355 | 72 | 127 |
| Binary | 11001011 | 11001101 | 11110001 | 10000 | 1111 | 0 | 101 | 11101101 | 111010 | 1010111 |
Color Harmonies of #CBCDF1
Complementary color
Monochromatic Colors of #CBCDF1
Black with #CBCDF1
Text Example
Text Example
White with #CBCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDF1; }
p { color: rgb(203,205,241); }
H1.HeaderClassName
{
color: #CBCDF1;
}
.AnyTagClassName
{
color: #CBCDF1;
}
</style>
background-color css
<style>
a { background-color: #CBCDF1; }
a { background-color: rgb(203,205,241); }
div.DivClassName
{
background-color: #CBCDF1;
}
.BgClassName
{
background-color: #CBCDF1;
}
</style>
border-color css
<style>
span { border-color: #CBCDF1; }
span { border-color: rgb(203,205,241); }
td.TdClassName
{
border-color: #CBCDF1;
}
.TagClassName
{
border-color: #CBCDF1;
}
</style>