Shades of Lavender Blue #C7C2EE
Tints of Lavender Blue #C7C2EE
RGB
CMYK
RGB Variations
Color information
#C7C2EE (or 0xC7C2EE) is known color: Lavender Blue. HEX triplet: C7, C2 and EE. RGB value is (199,194,238). Sum of RGB (Red+Green+Blue) = 199+194+238=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C2EE is #383D11. Grayscale: #C8C8C8. Windows color (decimal): -3685650 or 15647431. OLE color: 15647431.
HSL color Cylindrical-coordinate representation of color #C7C2EE: hue angle of 246.82º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7C2EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 194 | 238 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 246.82º | 0.56% | 0.85% | - |
| HSV(B) | 246.82º | 0.18% | 0.93% | - |
| XYZ | 58.28 | 56.9 | 88.8 | - |
| YUV | 200.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 238 | 0.16 | 0.18 | 0 | 0.07 | 246.82 | 0.56 | 0.85 |
| Hex | C7 | C2 | EE | 10 | 12 | 0 | 7 | F7 | 38 | 55 |
| Octal | 307 | 302 | 356 | 20 | 22 | 0 | 7 | 367 | 70 | 125 |
| Binary | 11000111 | 11000010 | 11101110 | 10000 | 10010 | 0 | 111 | 11110111 | 111000 | 1010101 |
Color Harmonies of #C7C2EE
Complementary color
Monochromatic Colors of #C7C2EE
Black with #C7C2EE
Text Example
Text Example
White with #C7C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2EE; }
p { color: rgb(199,194,238); }
H1.HeaderClassName
{
color: #C7C2EE;
}
.AnyTagClassName
{
color: #C7C2EE;
}
</style>
background-color css
<style>
a { background-color: #C7C2EE; }
a { background-color: rgb(199,194,238); }
div.DivClassName
{
background-color: #C7C2EE;
}
.BgClassName
{
background-color: #C7C2EE;
}
</style>
border-color css
<style>
span { border-color: #C7C2EE; }
span { border-color: rgb(199,194,238); }
td.TdClassName
{
border-color: #C7C2EE;
}
.TagClassName
{
border-color: #C7C2EE;
}
</style>