Shades of Lavender Blue #CBCEFC
Tints of Lavender Blue #CBCEFC
RGB
CMYK
RGB Variations
Color information
#CBCEFC (or 0xCBCEFC) is known color: Lavender Blue. HEX triplet: CB, CE and FC. RGB value is (203,206,252). Sum of RGB (Red+Green+Blue) = 203+206+252=661 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.71% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBCEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFC is #343103. Grayscale: #D2D2D2. Windows color (decimal): -3420420 or 16568011. OLE color: 16568011.
HSL color Cylindrical-coordinate representation of color #CBCEFC: hue angle of 236.33º 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 #CBCEFC is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 206 | 252 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 236.33º | 0.89% | 0.89% | - |
| HSV(B) | 236.33º | 0.19% | 0.99% | - |
| XYZ | 64.27 | 63.87 | 101.04 | - |
| YUV | 210.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 252 | 0.19 | 0.18 | 0 | 0.01 | 236.33 | 0.89 | 0.89 |
| Hex | CB | CE | FC | 13 | 12 | 0 | 1 | EC | 59 | 59 |
| Octal | 313 | 316 | 374 | 23 | 22 | 0 | 1 | 354 | 131 | 131 |
| Binary | 11001011 | 11001110 | 11111100 | 10011 | 10010 | 0 | 1 | 11101100 | 1011001 | 1011001 |
Color Harmonies of #CBCEFC
Complementary color
Monochromatic Colors of #CBCEFC
Black with #CBCEFC
Text Example
Text Example
White with #CBCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCEFC; }
p { color: rgb(203,206,252); }
H1.HeaderClassName
{
color: #CBCEFC;
}
.AnyTagClassName
{
color: #CBCEFC;
}
</style>
background-color css
<style>
a { background-color: #CBCEFC; }
a { background-color: rgb(203,206,252); }
div.DivClassName
{
background-color: #CBCEFC;
}
.BgClassName
{
background-color: #CBCEFC;
}
</style>
border-color css
<style>
span { border-color: #CBCEFC; }
span { border-color: rgb(203,206,252); }
td.TdClassName
{
border-color: #CBCEFC;
}
.TagClassName
{
border-color: #CBCEFC;
}
</style>