Shades of Lavender Blue #C2C7FF
Tints of Lavender Blue #C2C7FF
RGB
CMYK
RGB Variations
Color information
#C2C7FF (or 0xC2C7FF) is known color: Lavender Blue. HEX triplet: C2, C7 and FF. RGB value is (194,199,255). Sum of RGB (Red+Green+Blue) = 194+199+255=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C7FF is #3D3800. Grayscale: #CBCBCB. Windows color (decimal): -4012033 or 16762818. OLE color: 16762818.
HSL color Cylindrical-coordinate representation of color #C2C7FF: hue angle of 235.08º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2C7FF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 199 | 255 | - |
| CMYK | 0.24 | 0.22 | 0 | 0 |
| HSL | 235.08º | 1% | 0.88% | - |
| HSV(B) | 235.08º | 0.24% | 1% | - |
| XYZ | 60.72 | 59.54 | 102.9 | - |
| YUV | 203.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 255 | 0.24 | 0.22 | 0 | 0 | 235.08 | 1 | 0.88 |
| Hex | C2 | C7 | FF | 18 | 16 | 0 | 0 | EB | 64 | 58 |
| Octal | 302 | 307 | 377 | 30 | 26 | 0 | 0 | 353 | 144 | 130 |
| Binary | 11000010 | 11000111 | 11111111 | 11000 | 10110 | 0 | 0 | 11101011 | 1100100 | 1011000 |
Color Harmonies of #C2C7FF
Complementary color
Monochromatic Colors of #C2C7FF
Black with #C2C7FF
Text Example
Text Example
White with #C2C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C7FF; }
p { color: rgb(194,199,255); }
H1.HeaderClassName
{
color: #C2C7FF;
}
.AnyTagClassName
{
color: #C2C7FF;
}
</style>
background-color css
<style>
a { background-color: #C2C7FF; }
a { background-color: rgb(194,199,255); }
div.DivClassName
{
background-color: #C2C7FF;
}
.BgClassName
{
background-color: #C2C7FF;
}
</style>
border-color css
<style>
span { border-color: #C2C7FF; }
span { border-color: rgb(194,199,255); }
td.TdClassName
{
border-color: #C2C7FF;
}
.TagClassName
{
border-color: #C2C7FF;
}
</style>