Shades of Lavender Blue #CEC8FF
Tints of Lavender Blue #CEC8FF
RGB
CMYK
RGB Variations
Color information
#CEC8FF (or 0xCEC8FF) is known color: Lavender Blue. HEX triplet: CE, C8 and FF. RGB value is (206,200,255). Sum of RGB (Red+Green+Blue) = 206+200+255=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FF is #313700. Grayscale: #CFCFCF. Windows color (decimal): -3225345 or 16763086. OLE color: 16763086.
HSL color Cylindrical-coordinate representation of color #CEC8FF: hue angle of 246.55º 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 #CEC8FF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 200 | 255 | - |
| CMYK | 0.19 | 0.22 | 0 | 0 |
| HSL | 246.55º | 1% | 0.89% | - |
| HSV(B) | 246.55º | 0.22% | 1% | - |
| XYZ | 64.16 | 61.65 | 103.13 | - |
| YUV | 208.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 255 | 0.19 | 0.22 | 0 | 0 | 246.55 | 1 | 0.89 |
| Hex | CE | C8 | FF | 13 | 16 | 0 | 0 | F7 | 64 | 59 |
| Octal | 316 | 310 | 377 | 23 | 26 | 0 | 0 | 367 | 144 | 131 |
| Binary | 11001110 | 11001000 | 11111111 | 10011 | 10110 | 0 | 0 | 11110111 | 1100100 | 1011001 |
Color Harmonies of #CEC8FF
Complementary color
Monochromatic Colors of #CEC8FF
Black with #CEC8FF
Text Example
Text Example
White with #CEC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC8FF; }
p { color: rgb(206,200,255); }
H1.HeaderClassName
{
color: #CEC8FF;
}
.AnyTagClassName
{
color: #CEC8FF;
}
</style>
background-color css
<style>
a { background-color: #CEC8FF; }
a { background-color: rgb(206,200,255); }
div.DivClassName
{
background-color: #CEC8FF;
}
.BgClassName
{
background-color: #CEC8FF;
}
</style>
border-color css
<style>
span { border-color: #CEC8FF; }
span { border-color: rgb(206,200,255); }
td.TdClassName
{
border-color: #CEC8FF;
}
.TagClassName
{
border-color: #CEC8FF;
}
</style>