Shades of Lavender Blue #CBD1FB
Tints of Lavender Blue #CBD1FB
RGB
CMYK
RGB Variations
Color information
#CBD1FB (or 0xCBD1FB) is known color: Lavender Blue. HEX triplet: CB, D1 and FB. RGB value is (203,209,251). Sum of RGB (Red+Green+Blue) = 203+209+251=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 209 (82.03% from 255 or 31.52% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1FB is #342E04. Grayscale: #D3D3D3. Windows color (decimal): -3419653 or 16503243. OLE color: 16503243.
HSL color Cylindrical-coordinate representation of color #CBD1FB: hue angle of 232.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 #CBD1FB is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 209 | 251 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.02 |
| HSL | 232.5º | 0.86% | 0.89% | - |
| HSV(B) | 232.5º | 0.19% | 0.98% | - |
| XYZ | 64.84 | 65.26 | 100.45 | - |
| YUV | 211.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 251 | 0.19 | 0.17 | 0 | 0.02 | 232.5 | 0.86 | 0.89 |
| Hex | CB | D1 | FB | 13 | 11 | 0 | 2 | E8 | 56 | 59 |
| Octal | 313 | 321 | 373 | 23 | 21 | 0 | 2 | 350 | 126 | 131 |
| Binary | 11001011 | 11010001 | 11111011 | 10011 | 10001 | 0 | 10 | 11101000 | 1010110 | 1011001 |
Color Harmonies of #CBD1FB
Complementary color
Monochromatic Colors of #CBD1FB
Black with #CBD1FB
Text Example
Text Example
White with #CBD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1FB; }
p { color: rgb(203,209,251); }
H1.HeaderClassName
{
color: #CBD1FB;
}
.AnyTagClassName
{
color: #CBD1FB;
}
</style>
background-color css
<style>
a { background-color: #CBD1FB; }
a { background-color: rgb(203,209,251); }
div.DivClassName
{
background-color: #CBD1FB;
}
.BgClassName
{
background-color: #CBD1FB;
}
</style>
border-color css
<style>
span { border-color: #CBD1FB; }
span { border-color: rgb(203,209,251); }
td.TdClassName
{
border-color: #CBD1FB;
}
.TagClassName
{
border-color: #CBD1FB;
}
</style>