Shades of Lavender Blue #C7CEFF
Tints of Lavender Blue #C7CEFF
RGB
CMYK
RGB Variations
Color information
#C7CEFF (or 0xC7CEFF) is known color: Lavender Blue. HEX triplet: C7, CE and FF. RGB value is (199,206,255). Sum of RGB (Red+Green+Blue) = 199+206+255=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEFF is #383100. Grayscale: #D1D1D1. Windows color (decimal): -3682561 or 16764615. OLE color: 16764615.
HSL color Cylindrical-coordinate representation of color #C7CEFF: hue angle of 232.5º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7CEFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 206 | 255 | - |
| CMYK | 0.22 | 0.19 | 0 | 0 |
| HSL | 232.5º | 1% | 0.89% | - |
| HSV(B) | 232.5º | 0.22% | 1% | - |
| XYZ | 63.67 | 63.5 | 103.51 | - |
| YUV | 209.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 255 | 0.22 | 0.19 | 0 | 0 | 232.5 | 1 | 0.89 |
| Hex | C7 | CE | FF | 16 | 13 | 0 | 0 | E8 | 64 | 59 |
| Octal | 307 | 316 | 377 | 26 | 23 | 0 | 0 | 350 | 144 | 131 |
| Binary | 11000111 | 11001110 | 11111111 | 10110 | 10011 | 0 | 0 | 11101000 | 1100100 | 1011001 |
Color Harmonies of #C7CEFF
Complementary color
Monochromatic Colors of #C7CEFF
Black with #C7CEFF
Text Example
Text Example
White with #C7CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEFF; }
p { color: rgb(199,206,255); }
H1.HeaderClassName
{
color: #C7CEFF;
}
.AnyTagClassName
{
color: #C7CEFF;
}
</style>
background-color css
<style>
a { background-color: #C7CEFF; }
a { background-color: rgb(199,206,255); }
div.DivClassName
{
background-color: #C7CEFF;
}
.BgClassName
{
background-color: #C7CEFF;
}
</style>
border-color css
<style>
span { border-color: #C7CEFF; }
span { border-color: rgb(199,206,255); }
td.TdClassName
{
border-color: #C7CEFF;
}
.TagClassName
{
border-color: #C7CEFF;
}
</style>