Shades of Lavender Blue #C7CFFC
Tints of Lavender Blue #C7CFFC
RGB
CMYK
RGB Variations
Color information
#C7CFFC (or 0xC7CFFC) is known color: Lavender Blue. HEX triplet: C7, CF and FC. RGB value is (199,207,252). Sum of RGB (Red+Green+Blue) = 199+207+252=658 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.24% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFC is #383003. Grayscale: #D1D1D1. Windows color (decimal): -3682308 or 16568263. OLE color: 16568263.
HSL color Cylindrical-coordinate representation of color #C7CFFC: hue angle of 230.94º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CFFC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 207 | 252 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.01 |
| HSL | 230.94º | 0.9% | 0.88% | - |
| HSV(B) | 230.94º | 0.21% | 0.99% | - |
| XYZ | 63.44 | 63.8 | 101.07 | - |
| YUV | 209.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 252 | 0.21 | 0.18 | 0 | 0.01 | 230.94 | 0.9 | 0.88 |
| Hex | C7 | CF | FC | 15 | 12 | 0 | 1 | E7 | 5A | 58 |
| Octal | 307 | 317 | 374 | 25 | 22 | 0 | 1 | 347 | 132 | 130 |
| Binary | 11000111 | 11001111 | 11111100 | 10101 | 10010 | 0 | 1 | 11100111 | 1011010 | 1011000 |
Color Harmonies of #C7CFFC
Complementary color
Monochromatic Colors of #C7CFFC
Black with #C7CFFC
Text Example
Text Example
White with #C7CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFFC; }
p { color: rgb(199,207,252); }
H1.HeaderClassName
{
color: #C7CFFC;
}
.AnyTagClassName
{
color: #C7CFFC;
}
</style>
background-color css
<style>
a { background-color: #C7CFFC; }
a { background-color: rgb(199,207,252); }
div.DivClassName
{
background-color: #C7CFFC;
}
.BgClassName
{
background-color: #C7CFFC;
}
</style>
border-color css
<style>
span { border-color: #C7CFFC; }
span { border-color: rgb(199,207,252); }
td.TdClassName
{
border-color: #C7CFFC;
}
.TagClassName
{
border-color: #C7CFFC;
}
</style>