Shades of Lavender Grey #C7C4DF
Tints of Lavender Grey #C7C4DF
RGB
CMYK
RGB Variations
Color information
#C7C4DF (or 0xC7C4DF) is known color: Lavender Grey. HEX triplet: C7, C4 and DF. RGB value is (199,196,223). Sum of RGB (Red+Green+Blue) = 199+196+223=618 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.20% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4DF is #383B20. Grayscale: #C7C7C7. Windows color (decimal): -3685153 or 14664903. OLE color: 14664903.
HSL color Cylindrical-coordinate representation of color #C7C4DF: hue angle of 246.67º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C4DF is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 196 | 223 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.13 |
| HSL | 246.67º | 0.3% | 0.82% | - |
| HSV(B) | 246.67º | 0.12% | 0.87% | - |
| XYZ | 56.61 | 56.95 | 77.82 | - |
| YUV | 199.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 223 | 0.11 | 0.12 | 0 | 0.13 | 246.67 | 0.3 | 0.82 |
| Hex | C7 | C4 | DF | B | C | 0 | D | F7 | 1E | 52 |
| Octal | 307 | 304 | 337 | 13 | 14 | 0 | 15 | 367 | 36 | 122 |
| Binary | 11000111 | 11000100 | 11011111 | 1011 | 1100 | 0 | 1101 | 11110111 | 11110 | 1010010 |
Color Harmonies of #C7C4DF
Complementary color
Monochromatic Colors of #C7C4DF
Black with #C7C4DF
Text Example
Text Example
White with #C7C4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C4DF; }
p { color: rgb(199,196,223); }
H1.HeaderClassName
{
color: #C7C4DF;
}
.AnyTagClassName
{
color: #C7C4DF;
}
</style>
background-color css
<style>
a { background-color: #C7C4DF; }
a { background-color: rgb(199,196,223); }
div.DivClassName
{
background-color: #C7C4DF;
}
.BgClassName
{
background-color: #C7C4DF;
}
</style>
border-color css
<style>
span { border-color: #C7C4DF; }
span { border-color: rgb(199,196,223); }
td.TdClassName
{
border-color: #C7C4DF;
}
.TagClassName
{
border-color: #C7C4DF;
}
</style>