Shades of Lavender Grey #C5C6DF
Tints of Lavender Grey #C5C6DF
RGB
CMYK
RGB Variations
Color information
#C5C6DF (or 0xC5C6DF) is known color: Lavender Grey. HEX triplet: C5, C6 and DF. RGB value is (197,198,223). Sum of RGB (Red+Green+Blue) = 197+198+223=618 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.88% from 618); Green value is 198 (77.73% from 255 or 32.04% 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 #C5C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C6DF is #3A3920. Grayscale: #C8C8C8. Windows color (decimal): -3815713 or 14665413. OLE color: 14665413.
HSL color Cylindrical-coordinate representation of color #C5C6DF: hue angle of 237.69º degrees, saturation: 0.29, 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 #C5C6DF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 198 | 223 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.13 |
| HSL | 237.69º | 0.29% | 0.82% | - |
| HSV(B) | 237.69º | 0.12% | 0.87% | - |
| XYZ | 56.54 | 57.59 | 77.95 | - |
| YUV | 200.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 198 | 223 | 0.12 | 0.11 | 0 | 0.13 | 237.69 | 0.29 | 0.82 |
| Hex | C5 | C6 | DF | C | B | 0 | D | EE | 1D | 52 |
| Octal | 305 | 306 | 337 | 14 | 13 | 0 | 15 | 356 | 35 | 122 |
| Binary | 11000101 | 11000110 | 11011111 | 1100 | 1011 | 0 | 1101 | 11101110 | 11101 | 1010010 |
Color Harmonies of #C5C6DF
Complementary color
Monochromatic Colors of #C5C6DF
Black with #C5C6DF
Text Example
Text Example
White with #C5C6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C6DF; }
p { color: rgb(197,198,223); }
H1.HeaderClassName
{
color: #C5C6DF;
}
.AnyTagClassName
{
color: #C5C6DF;
}
</style>
background-color css
<style>
a { background-color: #C5C6DF; }
a { background-color: rgb(197,198,223); }
div.DivClassName
{
background-color: #C5C6DF;
}
.BgClassName
{
background-color: #C5C6DF;
}
</style>
border-color css
<style>
span { border-color: #C5C6DF; }
span { border-color: rgb(197,198,223); }
td.TdClassName
{
border-color: #C5C6DF;
}
.TagClassName
{
border-color: #C5C6DF;
}
</style>