Shades of Lavender Blue #C7C3EE
Tints of Lavender Blue #C7C3EE
RGB
CMYK
RGB Variations
Color information
#C7C3EE (or 0xC7C3EE) is known color: Lavender Blue. HEX triplet: C7, C3 and EE. RGB value is (199,195,238). Sum of RGB (Red+Green+Blue) = 199+195+238=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #C7C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C3EE is #383C11. Grayscale: #C8C8C8. Windows color (decimal): -3685394 or 15647687. OLE color: 15647687.
HSL color Cylindrical-coordinate representation of color #C7C3EE: hue angle of 245.58º 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 #C7C3EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 195 | 238 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 245.58º | 0.56% | 0.85% | - |
| HSV(B) | 245.58º | 0.18% | 0.93% | - |
| XYZ | 58.5 | 57.35 | 88.87 | - |
| YUV | 201.1 | 148.83 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 238 | 0.16 | 0.18 | 0 | 0.07 | 245.58 | 0.56 | 0.85 |
| Hex | C7 | C3 | EE | 10 | 12 | 0 | 7 | F6 | 38 | 55 |
| Octal | 307 | 303 | 356 | 20 | 22 | 0 | 7 | 366 | 70 | 125 |
| Binary | 11000111 | 11000011 | 11101110 | 10000 | 10010 | 0 | 111 | 11110110 | 111000 | 1010101 |
Color Harmonies of #C7C3EE
Complementary color
Monochromatic Colors of #C7C3EE
Black with #C7C3EE
Text Example
Text Example
White with #C7C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3EE; }
p { color: rgb(199,195,238); }
H1.HeaderClassName
{
color: #C7C3EE;
}
.AnyTagClassName
{
color: #C7C3EE;
}
</style>
background-color css
<style>
a { background-color: #C7C3EE; }
a { background-color: rgb(199,195,238); }
div.DivClassName
{
background-color: #C7C3EE;
}
.BgClassName
{
background-color: #C7C3EE;
}
</style>
border-color css
<style>
span { border-color: #C7C3EE; }
span { border-color: rgb(199,195,238); }
td.TdClassName
{
border-color: #C7C3EE;
}
.TagClassName
{
border-color: #C7C3EE;
}
</style>