Shades of Lavender Blue #CBCDFB
Tints of Lavender Blue #CBCDFB
RGB
CMYK
RGB Variations
Color information
#CBCDFB (or 0xCBCDFB) is known color: Lavender Blue. HEX triplet: CB, CD and FB. RGB value is (203,205,251). Sum of RGB (Red+Green+Blue) = 203+205+251=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDFB is #343204. Grayscale: #D1D1D1. Windows color (decimal): -3420677 or 16502219. OLE color: 16502219.
HSL color Cylindrical-coordinate representation of color #CBCDFB: hue angle of 237.5º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCDFB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 205 | 251 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.02 |
| HSL | 237.5º | 0.86% | 0.89% | - |
| HSV(B) | 237.5º | 0.19% | 0.98% | - |
| XYZ | 63.87 | 63.32 | 100.12 | - |
| YUV | 209.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 251 | 0.19 | 0.18 | 0 | 0.02 | 237.5 | 0.86 | 0.89 |
| Hex | CB | CD | FB | 13 | 12 | 0 | 2 | EE | 56 | 59 |
| Octal | 313 | 315 | 373 | 23 | 22 | 0 | 2 | 356 | 126 | 131 |
| Binary | 11001011 | 11001101 | 11111011 | 10011 | 10010 | 0 | 10 | 11101110 | 1010110 | 1011001 |
Color Harmonies of #CBCDFB
Complementary color
Monochromatic Colors of #CBCDFB
Black with #CBCDFB
Text Example
Text Example
White with #CBCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDFB; }
p { color: rgb(203,205,251); }
H1.HeaderClassName
{
color: #CBCDFB;
}
.AnyTagClassName
{
color: #CBCDFB;
}
</style>
background-color css
<style>
a { background-color: #CBCDFB; }
a { background-color: rgb(203,205,251); }
div.DivClassName
{
background-color: #CBCDFB;
}
.BgClassName
{
background-color: #CBCDFB;
}
</style>
border-color css
<style>
span { border-color: #CBCDFB; }
span { border-color: rgb(203,205,251); }
td.TdClassName
{
border-color: #CBCDFB;
}
.TagClassName
{
border-color: #CBCDFB;
}
</style>