Shades of Lavender Blue #CECBFD
Tints of Lavender Blue #CECBFD
RGB
CMYK
RGB Variations
Color information
#CECBFD (or 0xCECBFD) is known color: Lavender Blue. HEX triplet: CE, CB and FD. RGB value is (206,203,253). Sum of RGB (Red+Green+Blue) = 206+203+253=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECBFD is #313402. Grayscale: #D1D1D1. Windows color (decimal): -3224579 or 16632782. OLE color: 16632782.
HSL color Cylindrical-coordinate representation of color #CECBFD: hue angle of 243.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECBFD is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 203 | 253 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.01 |
| HSL | 243.6º | 0.93% | 0.89% | - |
| HSV(B) | 243.6º | 0.2% | 0.99% | - |
| XYZ | 64.54 | 62.93 | 101.67 | - |
| YUV | 209.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 253 | 0.19 | 0.20 | 0 | 0.01 | 243.6 | 0.93 | 0.89 |
| Hex | CE | CB | FD | 13 | 14 | 0 | 1 | F4 | 5D | 59 |
| Octal | 316 | 313 | 375 | 23 | 24 | 0 | 1 | 364 | 135 | 131 |
| Binary | 11001110 | 11001011 | 11111101 | 10011 | 10100 | 0 | 1 | 11110100 | 1011101 | 1011001 |
Color Harmonies of #CECBFD
Complementary color
Monochromatic Colors of #CECBFD
Black with #CECBFD
Text Example
Text Example
White with #CECBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBFD; }
p { color: rgb(206,203,253); }
H1.HeaderClassName
{
color: #CECBFD;
}
.AnyTagClassName
{
color: #CECBFD;
}
</style>
background-color css
<style>
a { background-color: #CECBFD; }
a { background-color: rgb(206,203,253); }
div.DivClassName
{
background-color: #CECBFD;
}
.BgClassName
{
background-color: #CECBFD;
}
</style>
border-color css
<style>
span { border-color: #CECBFD; }
span { border-color: rgb(206,203,253); }
td.TdClassName
{
border-color: #CECBFD;
}
.TagClassName
{
border-color: #CECBFD;
}
</style>