Shades of Lavender Blue #C7C4F3
Tints of Lavender Blue #C7C4F3
RGB
CMYK
RGB Variations
Color information
#C7C4F3 (or 0xC7C4F3) is known color: Lavender Blue. HEX triplet: C7, C4 and F3. RGB value is (199,196,243). Sum of RGB (Red+Green+Blue) = 199+196+243=638 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.19% from 638); Green value is 196 (76.95% from 255 or 30.72% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7C4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C4F3 is #383B0C. Grayscale: #CACACA. Windows color (decimal): -3685133 or 15975623. OLE color: 15975623.
HSL color Cylindrical-coordinate representation of color #C7C4F3: hue angle of 243.83º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7C4F3 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 196 | 243 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.05 |
| HSL | 243.83º | 0.66% | 0.86% | - |
| HSV(B) | 243.83º | 0.19% | 0.95% | - |
| XYZ | 59.47 | 58.09 | 92.87 | - |
| YUV | 202.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 243 | 0.18 | 0.19 | 0 | 0.05 | 243.83 | 0.66 | 0.86 |
| Hex | C7 | C4 | F3 | 12 | 13 | 0 | 5 | F4 | 42 | 56 |
| Octal | 307 | 304 | 363 | 22 | 23 | 0 | 5 | 364 | 102 | 126 |
| Binary | 11000111 | 11000100 | 11110011 | 10010 | 10011 | 0 | 101 | 11110100 | 1000010 | 1010110 |
Color Harmonies of #C7C4F3
Complementary color
Monochromatic Colors of #C7C4F3
Black with #C7C4F3
Text Example
Text Example
White with #C7C4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C4F3; }
p { color: rgb(199,196,243); }
H1.HeaderClassName
{
color: #C7C4F3;
}
.AnyTagClassName
{
color: #C7C4F3;
}
</style>
background-color css
<style>
a { background-color: #C7C4F3; }
a { background-color: rgb(199,196,243); }
div.DivClassName
{
background-color: #C7C4F3;
}
.BgClassName
{
background-color: #C7C4F3;
}
</style>
border-color css
<style>
span { border-color: #C7C4F3; }
span { border-color: rgb(199,196,243); }
td.TdClassName
{
border-color: #C7C4F3;
}
.TagClassName
{
border-color: #C7C4F3;
}
</style>