Shades of Lavender Blue #CECEFD
Tints of Lavender Blue #CECEFD
RGB
CMYK
RGB Variations
Color information
#CECEFD (or 0xCECEFD) is known color: Lavender Blue. HEX triplet: CE, CE and FD. RGB value is (206,206,253). Sum of RGB (Red+Green+Blue) = 206+206+253=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFD is #313102. Grayscale: #D3D3D3. Windows color (decimal): -3223811 or 16633550. OLE color: 16633550.
HSL color Cylindrical-coordinate representation of color #CECEFD: hue angle of 240º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECEFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 206 | 253 | - |
CMYK | 0.19 | 0.19 | 0 | 0.01 |
HSL | 240º | 0.92% | 0.9% | - |
HSV(B) | 240º | 0.19% | 0.99% | - |
XYZ | 65.25 | 64.36 | 101.91 | - |
YUV | 211.36 | 151.5 | 124.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 253 | 0.19 | 0.19 | 0 | 0.01 | 240 | 0.92 | 0.9 |
Hex | CE | CE | FD | 13 | 13 | 0 | 1 | F0 | 5C | 5A |
Octal | 316 | 316 | 375 | 23 | 23 | 0 | 1 | 360 | 134 | 132 |
Binary | 11001110 | 11001110 | 11111101 | 10011 | 10011 | 0 | 1 | 11110000 | 1011100 | 1011010 |
Color Harmonies of #CECEFD
Complementary color
Monochromatic Colors of #CECEFD
Black with #CECEFD
Text Example
Text Example
White with #CECEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECEFD; }
p { color: rgb(206,206,253); }
H1.HeaderClassName
{
color: #CECEFD;
}
.AnyTagClassName
{
color: #CECEFD;
}
</style>
background-color css
<style>
a { background-color: #CECEFD; }
a { background-color: rgb(206,206,253); }
div.DivClassName
{
background-color: #CECEFD;
}
.BgClassName
{
background-color: #CECEFD;
}
</style>
border-color css
<style>
span { border-color: #CECEFD; }
span { border-color: rgb(206,206,253); }
td.TdClassName
{
border-color: #CECEFD;
}
.TagClassName
{
border-color: #CECEFD;
}
</style>