Shades of Lavender Blue #CECEF3
Tints of Lavender Blue #CECEF3
RGB
CMYK
RGB Variations
Color information
#CECEF3 (or 0xCECEF3) is known color: Lavender Blue. HEX triplet: CE, CE and F3. RGB value is (206,206,243). Sum of RGB (Red+Green+Blue) = 206+206+243=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEF3 is #31310C. Grayscale: #D2D2D2. Windows color (decimal): -3223821 or 15978190. OLE color: 15978190.
HSL color Cylindrical-coordinate representation of color #CECEF3: hue angle of 240º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECEF3 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 206 | 243 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.05 |
| HSL | 240º | 0.61% | 0.88% | - |
| HSV(B) | 240º | 0.15% | 0.95% | - |
| XYZ | 63.7 | 63.74 | 93.74 | - |
| YUV | 210.22 | 146.5 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 243 | 0.15 | 0.15 | 0 | 0.05 | 240 | 0.61 | 0.88 |
| Hex | CE | CE | F3 | F | F | 0 | 5 | F0 | 3D | 58 |
| Octal | 316 | 316 | 363 | 17 | 17 | 0 | 5 | 360 | 75 | 130 |
| Binary | 11001110 | 11001110 | 11110011 | 1111 | 1111 | 0 | 101 | 11110000 | 111101 | 1011000 |
Color Harmonies of #CECEF3
Complementary color
Monochromatic Colors of #CECEF3
Black with #CECEF3
Text Example
Text Example
White with #CECEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEF3; }
p { color: rgb(206,206,243); }
H1.HeaderClassName
{
color: #CECEF3;
}
.AnyTagClassName
{
color: #CECEF3;
}
</style>
background-color css
<style>
a { background-color: #CECEF3; }
a { background-color: rgb(206,206,243); }
div.DivClassName
{
background-color: #CECEF3;
}
.BgClassName
{
background-color: #CECEF3;
}
</style>
border-color css
<style>
span { border-color: #CECEF3; }
span { border-color: rgb(206,206,243); }
td.TdClassName
{
border-color: #CECEF3;
}
.TagClassName
{
border-color: #CECEF3;
}
</style>