Shades of Lavender Blue #CECCFB
Tints of Lavender Blue #CECCFB
RGB
CMYK
RGB Variations
Color information
#CECCFB (or 0xCECCFB) is known color: Lavender Blue. HEX triplet: CE, CC and FB. RGB value is (206,204,251). Sum of RGB (Red+Green+Blue) = 206+204+251=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFB is #313304. Grayscale: #D1D1D1. Windows color (decimal): -3224325 or 16501966. OLE color: 16501966.
HSL color Cylindrical-coordinate representation of color #CECCFB: hue angle of 242.55º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECCFB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 204 | 251 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.02 |
| HSL | 242.55º | 0.85% | 0.89% | - |
| HSV(B) | 242.55º | 0.19% | 0.98% | - |
| XYZ | 64.46 | 63.27 | 100.08 | - |
| YUV | 209.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 251 | 0.18 | 0.19 | 0 | 0.02 | 242.55 | 0.85 | 0.89 |
| Hex | CE | CC | FB | 12 | 13 | 0 | 2 | F3 | 55 | 59 |
| Octal | 316 | 314 | 373 | 22 | 23 | 0 | 2 | 363 | 125 | 131 |
| Binary | 11001110 | 11001100 | 11111011 | 10010 | 10011 | 0 | 10 | 11110011 | 1010101 | 1011001 |
Color Harmonies of #CECCFB
Complementary color
Monochromatic Colors of #CECCFB
Black with #CECCFB
Text Example
Text Example
White with #CECCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCFB; }
p { color: rgb(206,204,251); }
H1.HeaderClassName
{
color: #CECCFB;
}
.AnyTagClassName
{
color: #CECCFB;
}
</style>
background-color css
<style>
a { background-color: #CECCFB; }
a { background-color: rgb(206,204,251); }
div.DivClassName
{
background-color: #CECCFB;
}
.BgClassName
{
background-color: #CECCFB;
}
</style>
border-color css
<style>
span { border-color: #CECCFB; }
span { border-color: rgb(206,204,251); }
td.TdClassName
{
border-color: #CECCFB;
}
.TagClassName
{
border-color: #CECCFB;
}
</style>