Shades of Lavender Blue #CECDF1
Tints of Lavender Blue #CECDF1
RGB
CMYK
RGB Variations
Color information
#CECDF1 (or 0xCECDF1) is known color: Lavender Blue. HEX triplet: CE, CD and F1. RGB value is (206,205,241). Sum of RGB (Red+Green+Blue) = 206+205+241=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 241 (94.53% from 255 or 36.96% from 652); Max value from RGB is 241 - color contains mainly: blue. Hex color #CECDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECDF1 is #31320E. Grayscale: #D1D1D1. Windows color (decimal): -3224079 or 15846862. OLE color: 15846862.
HSL color Cylindrical-coordinate representation of color #CECDF1: hue angle of 241.67º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CECDF1 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 206 | 205 | 241 | - |
CMYK | 0.15 | 0.15 | 0 | 0.05 |
HSL | 241.67º | 0.56% | 0.87% | - |
HSV(B) | 241.67º | 0.15% | 0.95% | - |
XYZ | 63.16 | 63.14 | 92.08 | - |
YUV | 209.4 | 145.83 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 205 | 241 | 0.15 | 0.15 | 0 | 0.05 | 241.67 | 0.56 | 0.87 |
Hex | CE | CD | F1 | F | F | 0 | 5 | F2 | 38 | 57 |
Octal | 316 | 315 | 361 | 17 | 17 | 0 | 5 | 362 | 70 | 127 |
Binary | 11001110 | 11001101 | 11110001 | 1111 | 1111 | 0 | 101 | 11110010 | 111000 | 1010111 |
Color Harmonies of #CECDF1
Complementary color
Monochromatic Colors of #CECDF1
Black with #CECDF1
Text Example
Text Example
White with #CECDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECDF1; }
p { color: rgb(206,205,241); }
H1.HeaderClassName
{
color: #CECDF1;
}
.AnyTagClassName
{
color: #CECDF1;
}
</style>
background-color css
<style>
a { background-color: #CECDF1; }
a { background-color: rgb(206,205,241); }
div.DivClassName
{
background-color: #CECDF1;
}
.BgClassName
{
background-color: #CECDF1;
}
</style>
border-color css
<style>
span { border-color: #CECDF1; }
span { border-color: rgb(206,205,241); }
td.TdClassName
{
border-color: #CECDF1;
}
.TagClassName
{
border-color: #CECDF1;
}
</style>