Shades of Lavender Blue #CBD3FF
Tints of Lavender Blue #CBD3FF
RGB
CMYK
RGB Variations
Color information
#CBD3FF (or 0xCBD3FF) is known color: Lavender Blue. HEX triplet: CB, D3 and FF. RGB value is (203,211,255). Sum of RGB (Red+Green+Blue) = 203+211+255=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD3FF is #342C00. Grayscale: #D5D5D5. Windows color (decimal): -3419137 or 16765899. OLE color: 16765899.
HSL color Cylindrical-coordinate representation of color #CBD3FF: hue angle of 230.77º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD3FF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 211 | 255 | - |
| CMYK | 0.20 | 0.17 | 0 | 0 |
| HSL | 230.77º | 1% | 0.9% | - |
| HSV(B) | 230.77º | 0.2% | 1% | - |
| XYZ | 65.97 | 66.51 | 103.97 | - |
| YUV | 213.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 255 | 0.20 | 0.17 | 0 | 0 | 230.77 | 1 | 0.9 |
| Hex | CB | D3 | FF | 14 | 11 | 0 | 0 | E7 | 64 | 5A |
| Octal | 313 | 323 | 377 | 24 | 21 | 0 | 0 | 347 | 144 | 132 |
| Binary | 11001011 | 11010011 | 11111111 | 10100 | 10001 | 0 | 0 | 11100111 | 1100100 | 1011010 |
Color Harmonies of #CBD3FF
Complementary color
Monochromatic Colors of #CBD3FF
Black with #CBD3FF
Text Example
Text Example
White with #CBD3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD3FF; }
p { color: rgb(203,211,255); }
H1.HeaderClassName
{
color: #CBD3FF;
}
.AnyTagClassName
{
color: #CBD3FF;
}
</style>
background-color css
<style>
a { background-color: #CBD3FF; }
a { background-color: rgb(203,211,255); }
div.DivClassName
{
background-color: #CBD3FF;
}
.BgClassName
{
background-color: #CBD3FF;
}
</style>
border-color css
<style>
span { border-color: #CBD3FF; }
span { border-color: rgb(203,211,255); }
td.TdClassName
{
border-color: #CBD3FF;
}
.TagClassName
{
border-color: #CBD3FF;
}
</style>