Shades of Lavender Blue #CBD5FF
Tints of Lavender Blue #CBD5FF
RGB
CMYK
RGB Variations
Color information
#CBD5FF (or 0xCBD5FF) is known color: Lavender Blue. HEX triplet: CB, D5 and FF. RGB value is (203,213,255). Sum of RGB (Red+Green+Blue) = 203+213+255=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD5FF is #342A00. Grayscale: #D6D6D6. Windows color (decimal): -3418625 or 16766411. OLE color: 16766411.
HSL color Cylindrical-coordinate representation of color #CBD5FF: hue angle of 228.46º 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 #CBD5FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 213 | 255 | - |
| CMYK | 0.20 | 0.16 | 0 | 0 |
| HSL | 228.46º | 1% | 0.9% | - |
| HSV(B) | 228.46º | 0.2% | 1% | - |
| XYZ | 66.47 | 67.51 | 104.13 | - |
| YUV | 214.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 255 | 0.20 | 0.16 | 0 | 0 | 228.46 | 1 | 0.9 |
| Hex | CB | D5 | FF | 14 | 10 | 0 | 0 | E4 | 64 | 5A |
| Octal | 313 | 325 | 377 | 24 | 20 | 0 | 0 | 344 | 144 | 132 |
| Binary | 11001011 | 11010101 | 11111111 | 10100 | 10000 | 0 | 0 | 11100100 | 1100100 | 1011010 |
Color Harmonies of #CBD5FF
Complementary color
Monochromatic Colors of #CBD5FF
Black with #CBD5FF
Text Example
Text Example
White with #CBD5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD5FF; }
p { color: rgb(203,213,255); }
H1.HeaderClassName
{
color: #CBD5FF;
}
.AnyTagClassName
{
color: #CBD5FF;
}
</style>
background-color css
<style>
a { background-color: #CBD5FF; }
a { background-color: rgb(203,213,255); }
div.DivClassName
{
background-color: #CBD5FF;
}
.BgClassName
{
background-color: #CBD5FF;
}
</style>
border-color css
<style>
span { border-color: #CBD5FF; }
span { border-color: rgb(203,213,255); }
td.TdClassName
{
border-color: #CBD5FF;
}
.TagClassName
{
border-color: #CBD5FF;
}
</style>