Shades of Lavender Blue #CECCFD
Tints of Lavender Blue #CECCFD
RGB
CMYK
RGB Variations
Color information
#CECCFD (or 0xCECCFD) is known color: Lavender Blue. HEX triplet: CE, CC and FD. RGB value is (206,204,253). Sum of RGB (Red+Green+Blue) = 206+204+253=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #CECCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECCFD is #313302. Grayscale: #D1D1D1. Windows color (decimal): -3224323 or 16633038. OLE color: 16633038.
HSL color Cylindrical-coordinate representation of color #CECCFD: hue angle of 242.45º 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 #CECCFD is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 204 | 253 | - |
CMYK | 0.19 | 0.19 | 0 | 0.01 |
HSL | 242.45º | 0.92% | 0.9% | - |
HSV(B) | 242.45º | 0.19% | 0.99% | - |
XYZ | 64.78 | 63.4 | 101.75 | - |
YUV | 210.18 | 152.16 | 125.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 253 | 0.19 | 0.19 | 0 | 0.01 | 242.45 | 0.92 | 0.9 |
Hex | CE | CC | FD | 13 | 13 | 0 | 1 | F2 | 5C | 5A |
Octal | 316 | 314 | 375 | 23 | 23 | 0 | 1 | 362 | 134 | 132 |
Binary | 11001110 | 11001100 | 11111101 | 10011 | 10011 | 0 | 1 | 11110010 | 1011100 | 1011010 |
Color Harmonies of #CECCFD
Complementary color
Monochromatic Colors of #CECCFD
Black with #CECCFD
Text Example
Text Example
White with #CECCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCFD; }
p { color: rgb(206,204,253); }
H1.HeaderClassName
{
color: #CECCFD;
}
.AnyTagClassName
{
color: #CECCFD;
}
</style>
background-color css
<style>
a { background-color: #CECCFD; }
a { background-color: rgb(206,204,253); }
div.DivClassName
{
background-color: #CECCFD;
}
.BgClassName
{
background-color: #CECCFD;
}
</style>
border-color css
<style>
span { border-color: #CECCFD; }
span { border-color: rgb(206,204,253); }
td.TdClassName
{
border-color: #CECCFD;
}
.TagClassName
{
border-color: #CECCFD;
}
</style>