Shades of Lavender Blue #C7CEFE
Tints of Lavender Blue #C7CEFE
RGB
CMYK
RGB Variations
Color information
#C7CEFE (or 0xC7CEFE) is known color: Lavender Blue. HEX triplet: C7, CE and FE. RGB value is (199,206,254). Sum of RGB (Red+Green+Blue) = 199+206+254=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CEFE is #383101. Grayscale: #D1D1D1. Windows color (decimal): -3682562 or 16699079. OLE color: 16699079.
HSL color Cylindrical-coordinate representation of color #C7CEFE: hue angle of 232.36º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7CEFE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 206 | 254 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.00 |
| HSL | 232.36º | 0.96% | 0.89% | - |
| HSV(B) | 232.36º | 0.22% | 1% | - |
| XYZ | 63.51 | 63.44 | 102.66 | - |
| YUV | 209.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 206 | 254 | 0.22 | 0.19 | 0 | 0.00 | 232.36 | 0.96 | 0.89 |
| Hex | C7 | CE | FE | 16 | 13 | 0 | 0 | E8 | 60 | 59 |
| Octal | 307 | 316 | 376 | 26 | 23 | 0 | 0 | 350 | 140 | 131 |
| Binary | 11000111 | 11001110 | 11111110 | 10110 | 10011 | 0 | 0 | 11101000 | 1100000 | 1011001 |
Color Harmonies of #C7CEFE
Complementary color
Monochromatic Colors of #C7CEFE
Black with #C7CEFE
Text Example
Text Example
White with #C7CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CEFE; }
p { color: rgb(199,206,254); }
H1.HeaderClassName
{
color: #C7CEFE;
}
.AnyTagClassName
{
color: #C7CEFE;
}
</style>
background-color css
<style>
a { background-color: #C7CEFE; }
a { background-color: rgb(199,206,254); }
div.DivClassName
{
background-color: #C7CEFE;
}
.BgClassName
{
background-color: #C7CEFE;
}
</style>
border-color css
<style>
span { border-color: #C7CEFE; }
span { border-color: rgb(199,206,254); }
td.TdClassName
{
border-color: #C7CEFE;
}
.TagClassName
{
border-color: #C7CEFE;
}
</style>