Shades of Lavender Blue #CBCFFC
Tints of Lavender Blue #CBCFFC
RGB
CMYK
RGB Variations
Color information
#CBCFFC (or 0xCBCFFC) is known color: Lavender Blue. HEX triplet: CB, CF and FC. RGB value is (203,207,252). Sum of RGB (Red+Green+Blue) = 203+207+252=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBCFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFFC is #343003. Grayscale: #D2D2D2. Windows color (decimal): -3420164 or 16568267. OLE color: 16568267.
HSL color Cylindrical-coordinate representation of color #CBCFFC: hue angle of 235.1º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBCFFC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 207 | 252 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 235.1º | 0.89% | 0.89% | - |
| HSV(B) | 235.1º | 0.19% | 0.99% | - |
| XYZ | 64.51 | 64.35 | 101.12 | - |
| YUV | 210.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 252 | 0.19 | 0.18 | 0 | 0.01 | 235.1 | 0.89 | 0.89 |
| Hex | CB | CF | FC | 13 | 12 | 0 | 1 | EB | 59 | 59 |
| Octal | 313 | 317 | 374 | 23 | 22 | 0 | 1 | 353 | 131 | 131 |
| Binary | 11001011 | 11001111 | 11111100 | 10011 | 10010 | 0 | 1 | 11101011 | 1011001 | 1011001 |
Color Harmonies of #CBCFFC
Complementary color
Monochromatic Colors of #CBCFFC
Black with #CBCFFC
Text Example
Text Example
White with #CBCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCFFC; }
p { color: rgb(203,207,252); }
H1.HeaderClassName
{
color: #CBCFFC;
}
.AnyTagClassName
{
color: #CBCFFC;
}
</style>
background-color css
<style>
a { background-color: #CBCFFC; }
a { background-color: rgb(203,207,252); }
div.DivClassName
{
background-color: #CBCFFC;
}
.BgClassName
{
background-color: #CBCFFC;
}
</style>
border-color css
<style>
span { border-color: #CBCFFC; }
span { border-color: rgb(203,207,252); }
td.TdClassName
{
border-color: #CBCFFC;
}
.TagClassName
{
border-color: #CBCFFC;
}
</style>