Shades of Lavender Blue #CBCFFF
Tints of Lavender Blue #CBCFFF
RGB
CMYK
RGB Variations
Color information
#CBCFFF (or 0xCBCFFF) is known color: Lavender Blue. HEX triplet: CB, CF and FF. RGB value is (203,207,255). Sum of RGB (Red+Green+Blue) = 203+207+255=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBCFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFFF is #343000. Grayscale: #D3D3D3. Windows color (decimal): -3420161 or 16764875. OLE color: 16764875.
HSL color Cylindrical-coordinate representation of color #CBCFFF: hue angle of 235.38º 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 #CBCFFF is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 207 | 255 | - |
| CMYK | 0.20 | 0.19 | 0 | 0 |
| HSL | 235.38º | 1% | 0.9% | - |
| HSV(B) | 235.38º | 0.2% | 1% | - |
| XYZ | 64.99 | 64.54 | 103.64 | - |
| YUV | 211.28 | 152.67 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 255 | 0.20 | 0.19 | 0 | 0 | 235.38 | 1 | 0.9 |
| Hex | CB | CF | FF | 14 | 13 | 0 | 0 | EB | 64 | 5A |
| Octal | 313 | 317 | 377 | 24 | 23 | 0 | 0 | 353 | 144 | 132 |
| Binary | 11001011 | 11001111 | 11111111 | 10100 | 10011 | 0 | 0 | 11101011 | 1100100 | 1011010 |
Color Harmonies of #CBCFFF
Complementary color
Monochromatic Colors of #CBCFFF
Black with #CBCFFF
Text Example
Text Example
White with #CBCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFFF; }
p { color: rgb(203,207,255); }
H1.HeaderClassName
{
color: #CBCFFF;
}
.AnyTagClassName
{
color: #CBCFFF;
}
</style>
background-color css
<style>
a { background-color: #CBCFFF; }
a { background-color: rgb(203,207,255); }
div.DivClassName
{
background-color: #CBCFFF;
}
.BgClassName
{
background-color: #CBCFFF;
}
</style>
border-color css
<style>
span { border-color: #CBCFFF; }
span { border-color: rgb(203,207,255); }
td.TdClassName
{
border-color: #CBCFFF;
}
.TagClassName
{
border-color: #CBCFFF;
}
</style>