Shades of Lavender Blue #CECBF7
Tints of Lavender Blue #CECBF7
RGB
CMYK
RGB Variations
Color information
#CECBF7 (or 0xCECBF7) is known color: Lavender Blue. HEX triplet: CE, CB and F7. RGB value is (206,203,247). Sum of RGB (Red+Green+Blue) = 206+203+247=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 247 (96.88% from 255 or 37.65% from 656); Max value from RGB is 247 - color contains mainly: blue. Hex color #CECBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF7 is #313408. Grayscale: #D0D0D0. Windows color (decimal): -3224585 or 16239566. OLE color: 16239566.
HSL color Cylindrical-coordinate representation of color #CECBF7: hue angle of 244.09º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECBF7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 203 | 247 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.03 |
| HSL | 244.09º | 0.73% | 0.88% | - |
| HSV(B) | 244.09º | 0.18% | 0.97% | - |
| XYZ | 63.6 | 62.55 | 96.72 | - |
| YUV | 208.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 247 | 0.17 | 0.18 | 0 | 0.03 | 244.09 | 0.73 | 0.88 |
| Hex | CE | CB | F7 | 11 | 12 | 0 | 3 | F4 | 49 | 58 |
| Octal | 316 | 313 | 367 | 21 | 22 | 0 | 3 | 364 | 111 | 130 |
| Binary | 11001110 | 11001011 | 11110111 | 10001 | 10010 | 0 | 11 | 11110100 | 1001001 | 1011000 |
Color Harmonies of #CECBF7
Complementary color
Monochromatic Colors of #CECBF7
Black with #CECBF7
Text Example
Text Example
White with #CECBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBF7; }
p { color: rgb(206,203,247); }
H1.HeaderClassName
{
color: #CECBF7;
}
.AnyTagClassName
{
color: #CECBF7;
}
</style>
background-color css
<style>
a { background-color: #CECBF7; }
a { background-color: rgb(206,203,247); }
div.DivClassName
{
background-color: #CECBF7;
}
.BgClassName
{
background-color: #CECBF7;
}
</style>
border-color css
<style>
span { border-color: #CECBF7; }
span { border-color: rgb(206,203,247); }
td.TdClassName
{
border-color: #CECBF7;
}
.TagClassName
{
border-color: #CECBF7;
}
</style>