Shades of Lavender Blue #CECBFC
Tints of Lavender Blue #CECBFC
RGB
CMYK
RGB Variations
Color information
#CECBFC (or 0xCECBFC) is known color: Lavender Blue. HEX triplet: CE, CB and FC. RGB value is (206,203,252). Sum of RGB (Red+Green+Blue) = 206+203+252=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 203 (79.69% from 255 or 30.71% 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 #CECBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFC is #313403. Grayscale: #D1D1D1. Windows color (decimal): -3224580 or 16567246. OLE color: 16567246.
HSL color Cylindrical-coordinate representation of color #CECBFC: hue angle of 243.67º 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 #CECBFC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 203 | 252 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.01 |
| HSL | 243.67º | 0.89% | 0.89% | - |
| HSV(B) | 243.67º | 0.19% | 0.99% | - |
| XYZ | 64.38 | 62.86 | 100.84 | - |
| YUV | 209.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 252 | 0.18 | 0.19 | 0 | 0.01 | 243.67 | 0.89 | 0.89 |
| Hex | CE | CB | FC | 12 | 13 | 0 | 1 | F4 | 59 | 59 |
| Octal | 316 | 313 | 374 | 22 | 23 | 0 | 1 | 364 | 131 | 131 |
| Binary | 11001110 | 11001011 | 11111100 | 10010 | 10011 | 0 | 1 | 11110100 | 1011001 | 1011001 |
Color Harmonies of #CECBFC
Complementary color
Monochromatic Colors of #CECBFC
Black with #CECBFC
Text Example
Text Example
White with #CECBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBFC; }
p { color: rgb(206,203,252); }
H1.HeaderClassName
{
color: #CECBFC;
}
.AnyTagClassName
{
color: #CECBFC;
}
</style>
background-color css
<style>
a { background-color: #CECBFC; }
a { background-color: rgb(206,203,252); }
div.DivClassName
{
background-color: #CECBFC;
}
.BgClassName
{
background-color: #CECBFC;
}
</style>
border-color css
<style>
span { border-color: #CECBFC; }
span { border-color: rgb(206,203,252); }
td.TdClassName
{
border-color: #CECBFC;
}
.TagClassName
{
border-color: #CECBFC;
}
</style>