Shades of Lavender Blue #CECAFC
Tints of Lavender Blue #CECAFC
RGB
CMYK
RGB Variations
Color information
#CECAFC (or 0xCECAFC) is known color: Lavender Blue. HEX triplet: CE, CA and FC. RGB value is (206,202,252). Sum of RGB (Red+Green+Blue) = 206+202+252=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 252 (98.83% from 255 or 38.18% from 660); Max value from RGB is 252 - color contains mainly: blue. Hex color #CECAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAFC is #313503. Grayscale: #D0D0D0. Windows color (decimal): -3224836 or 16566990. OLE color: 16566990.
HSL color Cylindrical-coordinate representation of color #CECAFC: hue angle of 244.8º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECAFC is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 202 | 252 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.01 |
| HSL | 244.8º | 0.89% | 0.89% | - |
| HSV(B) | 244.8º | 0.2% | 0.99% | - |
| XYZ | 64.14 | 62.39 | 100.76 | - |
| YUV | 208.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 252 | 0.18 | 0.20 | 0 | 0.01 | 244.8 | 0.89 | 0.89 |
| Hex | CE | CA | FC | 12 | 14 | 0 | 1 | F5 | 59 | 59 |
| Octal | 316 | 312 | 374 | 22 | 24 | 0 | 1 | 365 | 131 | 131 |
| Binary | 11001110 | 11001010 | 11111100 | 10010 | 10100 | 0 | 1 | 11110101 | 1011001 | 1011001 |
Color Harmonies of #CECAFC
Complementary color
Monochromatic Colors of #CECAFC
Black with #CECAFC
Text Example
Text Example
White with #CECAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAFC; }
p { color: rgb(206,202,252); }
H1.HeaderClassName
{
color: #CECAFC;
}
.AnyTagClassName
{
color: #CECAFC;
}
</style>
background-color css
<style>
a { background-color: #CECAFC; }
a { background-color: rgb(206,202,252); }
div.DivClassName
{
background-color: #CECAFC;
}
.BgClassName
{
background-color: #CECAFC;
}
</style>
border-color css
<style>
span { border-color: #CECAFC; }
span { border-color: rgb(206,202,252); }
td.TdClassName
{
border-color: #CECAFC;
}
.TagClassName
{
border-color: #CECAFC;
}
</style>