Shades of Lavender Blue #CECDF3
Tints of Lavender Blue #CECDF3
RGB
CMYK
RGB Variations
Color information
#CECDF3 (or 0xCECDF3) is known color: Lavender Blue. HEX triplet: CE, CD and F3. RGB value is (206,205,243). Sum of RGB (Red+Green+Blue) = 206+205+243=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #CECDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF3 is #31320C. Grayscale: #D1D1D1. Windows color (decimal): -3224077 or 15977934. OLE color: 15977934.
HSL color Cylindrical-coordinate representation of color #CECDF3: hue angle of 241.58º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CECDF3 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 205 | 243 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.05 |
| HSL | 241.58º | 0.61% | 0.88% | - |
| HSV(B) | 241.58º | 0.16% | 0.95% | - |
| XYZ | 63.46 | 63.26 | 93.66 | - |
| YUV | 209.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 243 | 0.15 | 0.16 | 0 | 0.05 | 241.58 | 0.61 | 0.88 |
| Hex | CE | CD | F3 | F | 10 | 0 | 5 | F2 | 3D | 58 |
| Octal | 316 | 315 | 363 | 17 | 20 | 0 | 5 | 362 | 75 | 130 |
| Binary | 11001110 | 11001101 | 11110011 | 1111 | 10000 | 0 | 101 | 11110010 | 111101 | 1011000 |
Color Harmonies of #CECDF3
Complementary color
Monochromatic Colors of #CECDF3
Black with #CECDF3
Text Example
Text Example
White with #CECDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF3; }
p { color: rgb(206,205,243); }
H1.HeaderClassName
{
color: #CECDF3;
}
.AnyTagClassName
{
color: #CECDF3;
}
</style>
background-color css
<style>
a { background-color: #CECDF3; }
a { background-color: rgb(206,205,243); }
div.DivClassName
{
background-color: #CECDF3;
}
.BgClassName
{
background-color: #CECDF3;
}
</style>
border-color css
<style>
span { border-color: #CECDF3; }
span { border-color: rgb(206,205,243); }
td.TdClassName
{
border-color: #CECDF3;
}
.TagClassName
{
border-color: #CECDF3;
}
</style>