Shades of Lavender Grey #C4C1DA
Tints of Lavender Grey #C4C1DA
RGB
CMYK
RGB Variations
Color information
#C4C1DA (or 0xC4C1DA) is known color: Lavender Grey. HEX triplet: C4, C1 and DA. RGB value is (196,193,218). Sum of RGB (Red+Green+Blue) = 196+193+218=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4C1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C1DA is #3B3E25. Grayscale: #C4C4C4. Windows color (decimal): -3882534 or 14336452. OLE color: 14336452.
HSL color Cylindrical-coordinate representation of color #C4C1DA: hue angle of 247.2º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4C1DA is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 193 | 218 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.15 |
| HSL | 247.2º | 0.25% | 0.81% | - |
| HSV(B) | 247.2º | 0.11% | 0.85% | - |
| XYZ | 54.49 | 54.94 | 74.06 | - |
| YUV | 196.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 218 | 0.10 | 0.11 | 0 | 0.15 | 247.2 | 0.25 | 0.81 |
| Hex | C4 | C1 | DA | A | B | 0 | F | F7 | 19 | 51 |
| Octal | 304 | 301 | 332 | 12 | 13 | 0 | 17 | 367 | 31 | 121 |
| Binary | 11000100 | 11000001 | 11011010 | 1010 | 1011 | 0 | 1111 | 11110111 | 11001 | 1010001 |
Color Harmonies of #C4C1DA
Complementary color
Monochromatic Colors of #C4C1DA
Black with #C4C1DA
Text Example
Text Example
White with #C4C1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1DA; }
p { color: rgb(196,193,218); }
H1.HeaderClassName
{
color: #C4C1DA;
}
.AnyTagClassName
{
color: #C4C1DA;
}
</style>
background-color css
<style>
a { background-color: #C4C1DA; }
a { background-color: rgb(196,193,218); }
div.DivClassName
{
background-color: #C4C1DA;
}
.BgClassName
{
background-color: #C4C1DA;
}
</style>
border-color css
<style>
span { border-color: #C4C1DA; }
span { border-color: rgb(196,193,218); }
td.TdClassName
{
border-color: #C4C1DA;
}
.TagClassName
{
border-color: #C4C1DA;
}
</style>