Shades of Lavender Blue #CECFFA
Tints of Lavender Blue #CECFFA
RGB
CMYK
RGB Variations
Color information
#CECFFA (or 0xCECFFA) is known color: Lavender Blue. HEX triplet: CE, CF and FA. RGB value is (206,207,250). Sum of RGB (Red+Green+Blue) = 206+207+250=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 207 (81.25% from 255 or 31.22% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #CECFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFA is #313005. Grayscale: #D3D3D3. Windows color (decimal): -3223558 or 16437198. OLE color: 16437198.
HSL color Cylindrical-coordinate representation of color #CECFFA: hue angle of 238.64º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECFFA is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 207 | 250 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.02 |
| HSL | 238.64º | 0.81% | 0.89% | - |
| HSV(B) | 238.64º | 0.18% | 0.98% | - |
| XYZ | 65.02 | 64.65 | 99.49 | - |
| YUV | 211.6 | 149.67 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 207 | 250 | 0.18 | 0.17 | 0 | 0.02 | 238.64 | 0.81 | 0.89 |
| Hex | CE | CF | FA | 12 | 11 | 0 | 2 | EF | 51 | 59 |
| Octal | 316 | 317 | 372 | 22 | 21 | 0 | 2 | 357 | 121 | 131 |
| Binary | 11001110 | 11001111 | 11111010 | 10010 | 10001 | 0 | 10 | 11101111 | 1010001 | 1011001 |
Color Harmonies of #CECFFA
Complementary color
Monochromatic Colors of #CECFFA
Black with #CECFFA
Text Example
Text Example
White with #CECFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFFA; }
p { color: rgb(206,207,250); }
H1.HeaderClassName
{
color: #CECFFA;
}
.AnyTagClassName
{
color: #CECFFA;
}
</style>
background-color css
<style>
a { background-color: #CECFFA; }
a { background-color: rgb(206,207,250); }
div.DivClassName
{
background-color: #CECFFA;
}
.BgClassName
{
background-color: #CECFFA;
}
</style>
border-color css
<style>
span { border-color: #CECFFA; }
span { border-color: rgb(206,207,250); }
td.TdClassName
{
border-color: #CECFFA;
}
.TagClassName
{
border-color: #CECFFA;
}
</style>