Shades of Lavender Blue #CECDF0
Tints of Lavender Blue #CECDF0
RGB
CMYK
RGB Variations
Color information
#CECDF0 (or 0xCECDF0) is known color: Lavender Blue. HEX triplet: CE, CD and F0. RGB value is (206,205,240). Sum of RGB (Red+Green+Blue) = 206+205+240=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CECDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF0 is #31320F. Grayscale: #D1D1D1. Windows color (decimal): -3224080 or 15781326. OLE color: 15781326.
HSL color Cylindrical-coordinate representation of color #CECDF0: hue angle of 241.71º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECDF0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 205 | 240 | - |
CMYK | 0.14 | 0.15 | 0 | 0.06 |
HSL | 241.71º | 0.54% | 0.87% | - |
HSV(B) | 241.71º | 0.15% | 0.94% | - |
XYZ | 63.01 | 63.08 | 91.29 | - |
YUV | 209.29 | 145.33 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 240 | 0.14 | 0.15 | 0 | 0.06 | 241.71 | 0.54 | 0.87 |
Hex | CE | CD | F0 | E | F | 0 | 6 | F2 | 36 | 57 |
Octal | 316 | 315 | 360 | 16 | 17 | 0 | 6 | 362 | 66 | 127 |
Binary | 11001110 | 11001101 | 11110000 | 1110 | 1111 | 0 | 110 | 11110010 | 110110 | 1010111 |
Color Harmonies of #CECDF0
Complementary color
Monochromatic Colors of #CECDF0
Black with #CECDF0
Text Example
Text Example
White with #CECDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF0; }
p { color: rgb(206,205,240); }
H1.HeaderClassName
{
color: #CECDF0;
}
.AnyTagClassName
{
color: #CECDF0;
}
</style>
background-color css
<style>
a { background-color: #CECDF0; }
a { background-color: rgb(206,205,240); }
div.DivClassName
{
background-color: #CECDF0;
}
.BgClassName
{
background-color: #CECDF0;
}
</style>
border-color css
<style>
span { border-color: #CECDF0; }
span { border-color: rgb(206,205,240); }
td.TdClassName
{
border-color: #CECDF0;
}
.TagClassName
{
border-color: #CECDF0;
}
</style>