Shades of Lavender Blue #CECFFC
Tints of Lavender Blue #CECFFC
RGB
CMYK
RGB Variations
Color information
#CECFFC (or 0xCECFFC) is known color: Lavender Blue. HEX triplet: CE, CF and FC. RGB value is (206,207,252). Sum of RGB (Red+Green+Blue) = 206+207+252=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #CECFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECFFC is #313003. Grayscale: #D3D3D3. Windows color (decimal): -3223556 or 16568270. OLE color: 16568270.
HSL color Cylindrical-coordinate representation of color #CECFFC: hue angle of 238.7º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECFFC is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 207 | 252 | - |
CMYK | 0.18 | 0.18 | 0 | 0.01 |
HSL | 238.7º | 0.88% | 0.9% | - |
HSV(B) | 238.7º | 0.18% | 0.99% | - |
XYZ | 65.34 | 64.78 | 101.15 | - |
YUV | 211.83 | 150.67 | 123.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 252 | 0.18 | 0.18 | 0 | 0.01 | 238.7 | 0.88 | 0.9 |
Hex | CE | CF | FC | 12 | 12 | 0 | 1 | EF | 58 | 5A |
Octal | 316 | 317 | 374 | 22 | 22 | 0 | 1 | 357 | 130 | 132 |
Binary | 11001110 | 11001111 | 11111100 | 10010 | 10010 | 0 | 1 | 11101111 | 1011000 | 1011010 |
Color Harmonies of #CECFFC
Complementary color
Monochromatic Colors of #CECFFC
Black with #CECFFC
Text Example
Text Example
White with #CECFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFFC; }
p { color: rgb(206,207,252); }
H1.HeaderClassName
{
color: #CECFFC;
}
.AnyTagClassName
{
color: #CECFFC;
}
</style>
background-color css
<style>
a { background-color: #CECFFC; }
a { background-color: rgb(206,207,252); }
div.DivClassName
{
background-color: #CECFFC;
}
.BgClassName
{
background-color: #CECFFC;
}
</style>
border-color css
<style>
span { border-color: #CECFFC; }
span { border-color: rgb(206,207,252); }
td.TdClassName
{
border-color: #CECFFC;
}
.TagClassName
{
border-color: #CECFFC;
}
</style>