Shades of Lavender Blue #CEC4FD
Tints of Lavender Blue #CEC4FD
RGB
CMYK
RGB Variations
Color information
#CEC4FD (or 0xCEC4FD) is known color: Lavender Blue. HEX triplet: CE, C4 and FD. RGB value is (206,196,253). Sum of RGB (Red+Green+Blue) = 206+196+253=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEC4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4FD is #313B02. Grayscale: #CDCDCD. Windows color (decimal): -3226371 or 16630990. OLE color: 16630990.
HSL color Cylindrical-coordinate representation of color #CEC4FD: hue angle of 250.53º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEC4FD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 196 | 253 | - |
CMYK | 0.19 | 0.23 | 0 | 0.01 |
HSL | 250.53º | 0.93% | 0.88% | - |
HSV(B) | 250.53º | 0.23% | 0.99% | - |
XYZ | 62.92 | 59.69 | 101.13 | - |
YUV | 205.49 | 154.81 | 128.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 253 | 0.19 | 0.23 | 0 | 0.01 | 250.53 | 0.93 | 0.88 |
Hex | CE | C4 | FD | 13 | 17 | 0 | 1 | FB | 5D | 58 |
Octal | 316 | 304 | 375 | 23 | 27 | 0 | 1 | 373 | 135 | 130 |
Binary | 11001110 | 11000100 | 11111101 | 10011 | 10111 | 0 | 1 | 11111011 | 1011101 | 1011000 |
Color Harmonies of #CEC4FD
Complementary color
Monochromatic Colors of #CEC4FD
Black with #CEC4FD
Text Example
Text Example
White with #CEC4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4FD; }
p { color: rgb(206,196,253); }
H1.HeaderClassName
{
color: #CEC4FD;
}
.AnyTagClassName
{
color: #CEC4FD;
}
</style>
background-color css
<style>
a { background-color: #CEC4FD; }
a { background-color: rgb(206,196,253); }
div.DivClassName
{
background-color: #CEC4FD;
}
.BgClassName
{
background-color: #CEC4FD;
}
</style>
border-color css
<style>
span { border-color: #CEC4FD; }
span { border-color: rgb(206,196,253); }
td.TdClassName
{
border-color: #CEC4FD;
}
.TagClassName
{
border-color: #CEC4FD;
}
</style>