Shades of Lavender Blue #CEC5F7
Tints of Lavender Blue #CEC5F7
RGB
CMYK
RGB Variations
Color information
#CEC5F7 (or 0xCEC5F7) is known color: Lavender Blue. HEX triplet: CE, C5 and F7. RGB value is (206,197,247). Sum of RGB (Red+Green+Blue) = 206+197+247=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5F7 is #313A08. Grayscale: #CDCDCD. Windows color (decimal): -3226121 or 16238030. OLE color: 16238030.
HSL color Cylindrical-coordinate representation of color #CEC5F7: hue angle of 250.8º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEC5F7 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 206 | 197 | 247 | - |
CMYK | 0.17 | 0.20 | 0 | 0.03 |
HSL | 250.8º | 0.76% | 0.87% | - |
HSV(B) | 250.8º | 0.2% | 0.97% | - |
XYZ | 62.21 | 59.77 | 96.25 | - |
YUV | 205.39 | 151.48 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 247 | 0.17 | 0.20 | 0 | 0.03 | 250.8 | 0.76 | 0.87 |
Hex | CE | C5 | F7 | 11 | 14 | 0 | 3 | FB | 4C | 57 |
Octal | 316 | 305 | 367 | 21 | 24 | 0 | 3 | 373 | 114 | 127 |
Binary | 11001110 | 11000101 | 11110111 | 10001 | 10100 | 0 | 11 | 11111011 | 1001100 | 1010111 |
Color Harmonies of #CEC5F7
Complementary color
Monochromatic Colors of #CEC5F7
Black with #CEC5F7
Text Example
Text Example
White with #CEC5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5F7; }
p { color: rgb(206,197,247); }
H1.HeaderClassName
{
color: #CEC5F7;
}
.AnyTagClassName
{
color: #CEC5F7;
}
</style>
background-color css
<style>
a { background-color: #CEC5F7; }
a { background-color: rgb(206,197,247); }
div.DivClassName
{
background-color: #CEC5F7;
}
.BgClassName
{
background-color: #CEC5F7;
}
</style>
border-color css
<style>
span { border-color: #CEC5F7; }
span { border-color: rgb(206,197,247); }
td.TdClassName
{
border-color: #CEC5F7;
}
.TagClassName
{
border-color: #CEC5F7;
}
</style>