Shades of Lavender Blue #CEBDFE
Tints of Lavender Blue #CEBDFE
RGB
CMYK
RGB Variations
Color information
#CEBDFE (or 0xCEBDFE) is known color: Lavender Blue. HEX triplet: CE, BD and FE. RGB value is (206,189,254). Sum of RGB (Red+Green+Blue) = 206+189+254=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 189 (74.22% from 255 or 29.12% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEBDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBDFE is #314201. Grayscale: #C9C9C9. Windows color (decimal): -3228162 or 16694734. OLE color: 16694734.
HSL color Cylindrical-coordinate representation of color #CEBDFE: hue angle of 255.69º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEBDFE is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 189 | 254 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.00 |
| HSL | 255.69º | 0.97% | 0.87% | - |
| HSV(B) | 255.69º | 0.26% | 1% | - |
| XYZ | 61.54 | 56.67 | 101.46 | - |
| YUV | 201.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 254 | 0.19 | 0.26 | 0 | 0.00 | 255.69 | 0.97 | 0.87 |
| Hex | CE | BD | FE | 13 | 1A | 0 | 0 | 100 | 61 | 57 |
| Octal | 316 | 275 | 376 | 23 | 32 | 0 | 0 | 400 | 141 | 127 |
| Binary | 11001110 | 10111101 | 11111110 | 10011 | 11010 | 0 | 0 | 100000000 | 1100001 | 1010111 |
Color Harmonies of #CEBDFE
Complementary color
Monochromatic Colors of #CEBDFE
Black with #CEBDFE
Text Example
Text Example
White with #CEBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDFE; }
p { color: rgb(206,189,254); }
H1.HeaderClassName
{
color: #CEBDFE;
}
.AnyTagClassName
{
color: #CEBDFE;
}
</style>
background-color css
<style>
a { background-color: #CEBDFE; }
a { background-color: rgb(206,189,254); }
div.DivClassName
{
background-color: #CEBDFE;
}
.BgClassName
{
background-color: #CEBDFE;
}
</style>
border-color css
<style>
span { border-color: #CEBDFE; }
span { border-color: rgb(206,189,254); }
td.TdClassName
{
border-color: #CEBDFE;
}
.TagClassName
{
border-color: #CEBDFE;
}
</style>