Shades of Lavender Blue #CECDF5
Tints of Lavender Blue #CECDF5
RGB
CMYK
RGB Variations
Color information
#CECDF5 (or 0xCECDF5) is known color: Lavender Blue. HEX triplet: CE, CD and F5. RGB value is (206,205,245). Sum of RGB (Red+Green+Blue) = 206+205+245=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #CECDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF5 is #31320A. Grayscale: #D1D1D1. Windows color (decimal): -3224075 or 16109006. OLE color: 16109006.
HSL color Cylindrical-coordinate representation of color #CECDF5: hue angle of 241.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECDF5 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 205 | 245 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 241.5º | 0.67% | 0.88% | - |
| HSV(B) | 241.5º | 0.16% | 0.96% | - |
| XYZ | 63.77 | 63.38 | 95.26 | - |
| YUV | 209.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 245 | 0.16 | 0.16 | 0 | 0.04 | 241.5 | 0.67 | 0.88 |
| Hex | CE | CD | F5 | 10 | 10 | 0 | 4 | F2 | 43 | 58 |
| Octal | 316 | 315 | 365 | 20 | 20 | 0 | 4 | 362 | 103 | 130 |
| Binary | 11001110 | 11001101 | 11110101 | 10000 | 10000 | 0 | 100 | 11110010 | 1000011 | 1011000 |
Color Harmonies of #CECDF5
Complementary color
Monochromatic Colors of #CECDF5
Black with #CECDF5
Text Example
Text Example
White with #CECDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF5; }
p { color: rgb(206,205,245); }
H1.HeaderClassName
{
color: #CECDF5;
}
.AnyTagClassName
{
color: #CECDF5;
}
</style>
background-color css
<style>
a { background-color: #CECDF5; }
a { background-color: rgb(206,205,245); }
div.DivClassName
{
background-color: #CECDF5;
}
.BgClassName
{
background-color: #CECDF5;
}
</style>
border-color css
<style>
span { border-color: #CECDF5; }
span { border-color: rgb(206,205,245); }
td.TdClassName
{
border-color: #CECDF5;
}
.TagClassName
{
border-color: #CECDF5;
}
</style>