Shades of Lavender Blue #CECDF2
Tints of Lavender Blue #CECDF2
RGB
CMYK
RGB Variations
Color information
#CECDF2 (or 0xCECDF2) is known color: Lavender Blue. HEX triplet: CE, CD and F2. RGB value is (206,205,242). Sum of RGB (Red+Green+Blue) = 206+205+242=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #CECDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF2 is #31320D. Grayscale: #D1D1D1. Windows color (decimal): -3224078 or 15912398. OLE color: 15912398.
HSL color Cylindrical-coordinate representation of color #CECDF2: hue angle of 241.62º degrees, saturation: 0.59, 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 #CECDF2 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 205 | 242 | - |
CMYK | 0.15 | 0.15 | 0 | 0.05 |
HSL | 241.62º | 0.59% | 0.88% | - |
HSV(B) | 241.62º | 0.15% | 0.95% | - |
XYZ | 63.31 | 63.2 | 92.87 | - |
YUV | 209.52 | 146.33 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 242 | 0.15 | 0.15 | 0 | 0.05 | 241.62 | 0.59 | 0.88 |
Hex | CE | CD | F2 | F | F | 0 | 5 | F2 | 3B | 58 |
Octal | 316 | 315 | 362 | 17 | 17 | 0 | 5 | 362 | 73 | 130 |
Binary | 11001110 | 11001101 | 11110010 | 1111 | 1111 | 0 | 101 | 11110010 | 111011 | 1011000 |
Color Harmonies of #CECDF2
Complementary color
Monochromatic Colors of #CECDF2
Black with #CECDF2
Text Example
Text Example
White with #CECDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF2; }
p { color: rgb(206,205,242); }
H1.HeaderClassName
{
color: #CECDF2;
}
.AnyTagClassName
{
color: #CECDF2;
}
</style>
background-color css
<style>
a { background-color: #CECDF2; }
a { background-color: rgb(206,205,242); }
div.DivClassName
{
background-color: #CECDF2;
}
.BgClassName
{
background-color: #CECDF2;
}
</style>
border-color css
<style>
span { border-color: #CECDF2; }
span { border-color: rgb(206,205,242); }
td.TdClassName
{
border-color: #CECDF2;
}
.TagClassName
{
border-color: #CECDF2;
}
</style>