Shades of Lavender Blue #CECBF3
Tints of Lavender Blue #CECBF3
RGB
CMYK
RGB Variations
Color information
#CECBF3 (or 0xCECBF3) is known color: Lavender Blue. HEX triplet: CE, CB and F3. RGB value is (206,203,243). Sum of RGB (Red+Green+Blue) = 206+203+243=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBF3 is #31340C. Grayscale: #D0D0D0. Windows color (decimal): -3224589 or 15977422. OLE color: 15977422.
HSL color Cylindrical-coordinate representation of color #CECBF3: hue angle of 244.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECBF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 203 | 243 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 244.5º | 0.63% | 0.87% | - |
| HSV(B) | 244.5º | 0.16% | 0.95% | - |
| XYZ | 62.99 | 62.3 | 93.5 | - |
| YUV | 208.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 243 | 0.15 | 0.16 | 0 | 0.05 | 244.5 | 0.63 | 0.87 |
| Hex | CE | CB | F3 | F | 10 | 0 | 5 | F4 | 3E | 57 |
| Octal | 316 | 313 | 363 | 17 | 20 | 0 | 5 | 364 | 76 | 127 |
| Binary | 11001110 | 11001011 | 11110011 | 1111 | 10000 | 0 | 101 | 11110100 | 111110 | 1010111 |
Color Harmonies of #CECBF3
Complementary color
Monochromatic Colors of #CECBF3
Black with #CECBF3
Text Example
Text Example
White with #CECBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBF3; }
p { color: rgb(206,203,243); }
H1.HeaderClassName
{
color: #CECBF3;
}
.AnyTagClassName
{
color: #CECBF3;
}
</style>
background-color css
<style>
a { background-color: #CECBF3; }
a { background-color: rgb(206,203,243); }
div.DivClassName
{
background-color: #CECBF3;
}
.BgClassName
{
background-color: #CECBF3;
}
</style>
border-color css
<style>
span { border-color: #CECBF3; }
span { border-color: rgb(206,203,243); }
td.TdClassName
{
border-color: #CECBF3;
}
.TagClassName
{
border-color: #CECBF3;
}
</style>