Shades of Lavender Blue #CEC7FF
Tints of Lavender Blue #CEC7FF
RGB
CMYK
RGB Variations
Color information
#CEC7FF (or 0xCEC7FF) is known color: Lavender Blue. HEX triplet: CE, C7 and FF. RGB value is (206,199,255). Sum of RGB (Red+Green+Blue) = 206+199+255=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC7FF is #313800. Grayscale: #CFCFCF. Windows color (decimal): -3225601 or 16762830. OLE color: 16762830.
HSL color Cylindrical-coordinate representation of color #CEC7FF: hue angle of 247.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC7FF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 199 | 255 | - |
| CMYK | 0.19 | 0.22 | 0 | 0 |
| HSL | 247.5º | 1% | 0.89% | - |
| HSV(B) | 247.5º | 0.22% | 1% | - |
| XYZ | 63.93 | 61.19 | 103.05 | - |
| YUV | 207.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 255 | 0.19 | 0.22 | 0 | 0 | 247.5 | 1 | 0.89 |
| Hex | CE | C7 | FF | 13 | 16 | 0 | 0 | F8 | 64 | 59 |
| Octal | 316 | 307 | 377 | 23 | 26 | 0 | 0 | 370 | 144 | 131 |
| Binary | 11001110 | 11000111 | 11111111 | 10011 | 10110 | 0 | 0 | 11111000 | 1100100 | 1011001 |
Color Harmonies of #CEC7FF
Complementary color
Monochromatic Colors of #CEC7FF
Black with #CEC7FF
Text Example
Text Example
White with #CEC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7FF; }
p { color: rgb(206,199,255); }
H1.HeaderClassName
{
color: #CEC7FF;
}
.AnyTagClassName
{
color: #CEC7FF;
}
</style>
background-color css
<style>
a { background-color: #CEC7FF; }
a { background-color: rgb(206,199,255); }
div.DivClassName
{
background-color: #CEC7FF;
}
.BgClassName
{
background-color: #CEC7FF;
}
</style>
border-color css
<style>
span { border-color: #CEC7FF; }
span { border-color: rgb(206,199,255); }
td.TdClassName
{
border-color: #CEC7FF;
}
.TagClassName
{
border-color: #CEC7FF;
}
</style>