Shades of Lavender Blue #CBCDFF
Tints of Lavender Blue #CBCDFF
RGB
CMYK
RGB Variations
Color information
#CBCDFF (or 0xCBCDFF) is known color: Lavender Blue. HEX triplet: CB, CD and FF. RGB value is (203,205,255). Sum of RGB (Red+Green+Blue) = 203+205+255=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBCDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCDFF is #343200. Grayscale: #D1D1D1. Windows color (decimal): -3420673 or 16764363. OLE color: 16764363.
HSL color Cylindrical-coordinate representation of color #CBCDFF: hue angle of 237.69º 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 #CBCDFF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 205 | 255 | - |
| CMYK | 0.20 | 0.20 | 0 | 0 |
| HSL | 237.69º | 1% | 0.9% | - |
| HSV(B) | 237.69º | 0.2% | 1% | - |
| XYZ | 64.51 | 63.58 | 103.48 | - |
| YUV | 210.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 205 | 255 | 0.20 | 0.20 | 0 | 0 | 237.69 | 1 | 0.9 |
| Hex | CB | CD | FF | 14 | 14 | 0 | 0 | EE | 64 | 5A |
| Octal | 313 | 315 | 377 | 24 | 24 | 0 | 0 | 356 | 144 | 132 |
| Binary | 11001011 | 11001101 | 11111111 | 10100 | 10100 | 0 | 0 | 11101110 | 1100100 | 1011010 |
Color Harmonies of #CBCDFF
Complementary color
Monochromatic Colors of #CBCDFF
Black with #CBCDFF
Text Example
Text Example
White with #CBCDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCDFF; }
p { color: rgb(203,205,255); }
H1.HeaderClassName
{
color: #CBCDFF;
}
.AnyTagClassName
{
color: #CBCDFF;
}
</style>
background-color css
<style>
a { background-color: #CBCDFF; }
a { background-color: rgb(203,205,255); }
div.DivClassName
{
background-color: #CBCDFF;
}
.BgClassName
{
background-color: #CBCDFF;
}
</style>
border-color css
<style>
span { border-color: #CBCDFF; }
span { border-color: rgb(203,205,255); }
td.TdClassName
{
border-color: #CBCDFF;
}
.TagClassName
{
border-color: #CBCDFF;
}
</style>