Shades of Lavender Blue #CECFF9
Tints of Lavender Blue #CECFF9
RGB
CMYK
RGB Variations
Color information
#CECFF9 (or 0xCECFF9) is known color: Lavender Blue. HEX triplet: CE, CF and F9. RGB value is (206,207,249). Sum of RGB (Red+Green+Blue) = 206+207+249=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #CECFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFF9 is #313006. Grayscale: #D3D3D3. Windows color (decimal): -3223559 or 16371662. OLE color: 16371662.
HSL color Cylindrical-coordinate representation of color #CECFF9: hue angle of 238.6º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECFF9 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 206 | 207 | 249 | - |
CMYK | 0.17 | 0.17 | 0 | 0.02 |
HSL | 238.6º | 0.78% | 0.89% | - |
HSV(B) | 238.6º | 0.17% | 0.98% | - |
XYZ | 64.87 | 64.59 | 98.67 | - |
YUV | 211.49 | 149.17 | 124.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 249 | 0.17 | 0.17 | 0 | 0.02 | 238.6 | 0.78 | 0.89 |
Hex | CE | CF | F9 | 11 | 11 | 0 | 2 | EF | 4E | 59 |
Octal | 316 | 317 | 371 | 21 | 21 | 0 | 2 | 357 | 116 | 131 |
Binary | 11001110 | 11001111 | 11111001 | 10001 | 10001 | 0 | 10 | 11101111 | 1001110 | 1011001 |
Color Harmonies of #CECFF9
Complementary color
Monochromatic Colors of #CECFF9
Black with #CECFF9
Text Example
Text Example
White with #CECFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFF9; }
p { color: rgb(206,207,249); }
H1.HeaderClassName
{
color: #CECFF9;
}
.AnyTagClassName
{
color: #CECFF9;
}
</style>
background-color css
<style>
a { background-color: #CECFF9; }
a { background-color: rgb(206,207,249); }
div.DivClassName
{
background-color: #CECFF9;
}
.BgClassName
{
background-color: #CECFF9;
}
</style>
border-color css
<style>
span { border-color: #CECFF9; }
span { border-color: rgb(206,207,249); }
td.TdClassName
{
border-color: #CECFF9;
}
.TagClassName
{
border-color: #CECFF9;
}
</style>