Shades of Lavender Blue #CECDF8
Tints of Lavender Blue #CECDF8
RGB
CMYK
RGB Variations
Color information
#CECDF8 (or 0xCECDF8) is known color: Lavender Blue. HEX triplet: CE, CD and F8. RGB value is (206,205,248). Sum of RGB (Red+Green+Blue) = 206+205+248=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 248 - color contains mainly: blue. Hex color #CECDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF8 is #313207. Grayscale: #D2D2D2. Windows color (decimal): -3224072 or 16305614. OLE color: 16305614.
HSL color Cylindrical-coordinate representation of color #CECDF8: hue angle of 241.4º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECDF8 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 205 | 248 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.03 |
| HSL | 241.4º | 0.75% | 0.89% | - |
| HSV(B) | 241.4º | 0.17% | 0.97% | - |
| XYZ | 64.23 | 63.56 | 97.69 | - |
| YUV | 210.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 248 | 0.17 | 0.17 | 0 | 0.03 | 241.4 | 0.75 | 0.89 |
| Hex | CE | CD | F8 | 11 | 11 | 0 | 3 | F1 | 4B | 59 |
| Octal | 316 | 315 | 370 | 21 | 21 | 0 | 3 | 361 | 113 | 131 |
| Binary | 11001110 | 11001101 | 11111000 | 10001 | 10001 | 0 | 11 | 11110001 | 1001011 | 1011001 |
Color Harmonies of #CECDF8
Complementary color
Monochromatic Colors of #CECDF8
Black with #CECDF8
Text Example
Text Example
White with #CECDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF8; }
p { color: rgb(206,205,248); }
H1.HeaderClassName
{
color: #CECDF8;
}
.AnyTagClassName
{
color: #CECDF8;
}
</style>
background-color css
<style>
a { background-color: #CECDF8; }
a { background-color: rgb(206,205,248); }
div.DivClassName
{
background-color: #CECDF8;
}
.BgClassName
{
background-color: #CECDF8;
}
</style>
border-color css
<style>
span { border-color: #CECDF8; }
span { border-color: rgb(206,205,248); }
td.TdClassName
{
border-color: #CECDF8;
}
.TagClassName
{
border-color: #CECDF8;
}
</style>