Shades of Lavender Blue #CBCDF0
Tints of Lavender Blue #CBCDF0
RGB
CMYK
RGB Variations
Color information
#CBCDF0 (or 0xCBCDF0) is known color: Lavender Blue. HEX triplet: CB, CD and F0. RGB value is (203,205,240). Sum of RGB (Red+Green+Blue) = 203+205+240=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDF0 is #34320F. Grayscale: #D0D0D0. Windows color (decimal): -3420688 or 15781323. OLE color: 15781323.
HSL color Cylindrical-coordinate representation of color #CBCDF0: hue angle of 236.76º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCDF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 205 | 240 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.06 |
| HSL | 236.76º | 0.55% | 0.87% | - |
| HSV(B) | 236.76º | 0.15% | 0.94% | - |
| XYZ | 62.19 | 62.65 | 91.25 | - |
| YUV | 208.39 | 145.84 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 240 | 0.15 | 0.15 | 0 | 0.06 | 236.76 | 0.55 | 0.87 |
| Hex | CB | CD | F0 | F | F | 0 | 6 | ED | 37 | 57 |
| Octal | 313 | 315 | 360 | 17 | 17 | 0 | 6 | 355 | 67 | 127 |
| Binary | 11001011 | 11001101 | 11110000 | 1111 | 1111 | 0 | 110 | 11101101 | 110111 | 1010111 |
Color Harmonies of #CBCDF0
Complementary color
Monochromatic Colors of #CBCDF0
Black with #CBCDF0
Text Example
Text Example
White with #CBCDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDF0; }
p { color: rgb(203,205,240); }
H1.HeaderClassName
{
color: #CBCDF0;
}
.AnyTagClassName
{
color: #CBCDF0;
}
</style>
background-color css
<style>
a { background-color: #CBCDF0; }
a { background-color: rgb(203,205,240); }
div.DivClassName
{
background-color: #CBCDF0;
}
.BgClassName
{
background-color: #CBCDF0;
}
</style>
border-color css
<style>
span { border-color: #CBCDF0; }
span { border-color: rgb(203,205,240); }
td.TdClassName
{
border-color: #CBCDF0;
}
.TagClassName
{
border-color: #CBCDF0;
}
</style>