Shades of Lavender Blue #CEC5FD
Tints of Lavender Blue #CEC5FD
RGB
CMYK
RGB Variations
Color information
#CEC5FD (or 0xCEC5FD) is known color: Lavender Blue. HEX triplet: CE, C5 and FD. RGB value is (206,197,253). Sum of RGB (Red+Green+Blue) = 206+197+253=656 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.40% from 656); Green value is 197 (77.34% from 255 or 30.03% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5FD is #313A02. Grayscale: #CDCDCD. Windows color (decimal): -3226115 or 16631246. OLE color: 16631246.
HSL color Cylindrical-coordinate representation of color #CEC5FD: hue angle of 249.64º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC5FD is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 197 | 253 | - |
CMYK | 0.19 | 0.22 | 0 | 0.01 |
HSL | 249.64º | 0.93% | 0.88% | - |
HSV(B) | 249.64º | 0.22% | 0.99% | - |
XYZ | 63.15 | 60.15 | 101.21 | - |
YUV | 206.08 | 154.48 | 127.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 253 | 0.19 | 0.22 | 0 | 0.01 | 249.64 | 0.93 | 0.88 |
Hex | CE | C5 | FD | 13 | 16 | 0 | 1 | FA | 5D | 58 |
Octal | 316 | 305 | 375 | 23 | 26 | 0 | 1 | 372 | 135 | 130 |
Binary | 11001110 | 11000101 | 11111101 | 10011 | 10110 | 0 | 1 | 11111010 | 1011101 | 1011000 |
Color Harmonies of #CEC5FD
Complementary color
Monochromatic Colors of #CEC5FD
Black with #CEC5FD
Text Example
Text Example
White with #CEC5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5FD; }
p { color: rgb(206,197,253); }
H1.HeaderClassName
{
color: #CEC5FD;
}
.AnyTagClassName
{
color: #CEC5FD;
}
</style>
background-color css
<style>
a { background-color: #CEC5FD; }
a { background-color: rgb(206,197,253); }
div.DivClassName
{
background-color: #CEC5FD;
}
.BgClassName
{
background-color: #CEC5FD;
}
</style>
border-color css
<style>
span { border-color: #CEC5FD; }
span { border-color: rgb(206,197,253); }
td.TdClassName
{
border-color: #CEC5FD;
}
.TagClassName
{
border-color: #CEC5FD;
}
</style>