Shades of Lavender Blue #C4C7FF
Tints of Lavender Blue #C4C7FF
RGB
CMYK
RGB Variations
Color information
#C4C7FF (or 0xC4C7FF) is known color: Lavender Blue. HEX triplet: C4, C7 and FF. RGB value is (196,199,255). Sum of RGB (Red+Green+Blue) = 196+199+255=650 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.15% from 650); Green value is 199 (78.12% from 255 or 30.62% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C7FF is #3B3800. Grayscale: #CCCCCC. Windows color (decimal): -3880961 or 16762820. OLE color: 16762820.
HSL color Cylindrical-coordinate representation of color #C4C7FF: hue angle of 236.95º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4C7FF is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 199 | 255 | - |
| CMYK | 0.23 | 0.22 | 0 | 0 |
| HSL | 236.95º | 1% | 0.88% | - |
| HSV(B) | 236.95º | 0.23% | 1% | - |
| XYZ | 61.24 | 59.8 | 102.92 | - |
| YUV | 204.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 255 | 0.23 | 0.22 | 0 | 0 | 236.95 | 1 | 0.88 |
| Hex | C4 | C7 | FF | 17 | 16 | 0 | 0 | ED | 64 | 58 |
| Octal | 304 | 307 | 377 | 27 | 26 | 0 | 0 | 355 | 144 | 130 |
| Binary | 11000100 | 11000111 | 11111111 | 10111 | 10110 | 0 | 0 | 11101101 | 1100100 | 1011000 |
Color Harmonies of #C4C7FF
Complementary color
Monochromatic Colors of #C4C7FF
Black with #C4C7FF
Text Example
Text Example
White with #C4C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C7FF; }
p { color: rgb(196,199,255); }
H1.HeaderClassName
{
color: #C4C7FF;
}
.AnyTagClassName
{
color: #C4C7FF;
}
</style>
background-color css
<style>
a { background-color: #C4C7FF; }
a { background-color: rgb(196,199,255); }
div.DivClassName
{
background-color: #C4C7FF;
}
.BgClassName
{
background-color: #C4C7FF;
}
</style>
border-color css
<style>
span { border-color: #C4C7FF; }
span { border-color: rgb(196,199,255); }
td.TdClassName
{
border-color: #C4C7FF;
}
.TagClassName
{
border-color: #C4C7FF;
}
</style>