Shades of Lavender Grey #C4C4D1
Tints of Lavender Grey #C4C4D1
RGB
CMYK
RGB Variations
Color information
#C4C4D1 (or 0xC4C4D1) is known color: Lavender Grey. HEX triplet: C4, C4 and D1. RGB value is (196,196,209). Sum of RGB (Red+Green+Blue) = 196+196+209=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 196 (76.95% from 255 or 32.61% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4C4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C4D1 is #3B3B2E. Grayscale: #C5C5C5. Windows color (decimal): -3881775 or 13747396. OLE color: 13747396.
HSL color Cylindrical-coordinate representation of color #C4C4D1: hue angle of 240º degrees, saturation: 0.12, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C4C4D1 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 196 | 196 | 209 | - |
CMYK | 0.06 | 0.06 | 0 | 0.18 |
HSL | 240º | 0.12% | 0.79% | - |
HSV(B) | 240º | 0.06% | 0.82% | - |
XYZ | 54.01 | 55.82 | 68.25 | - |
YUV | 197.48 | 134.5 | 126.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 196 | 209 | 0.06 | 0.06 | 0 | 0.18 | 240 | 0.12 | 0.79 |
Hex | C4 | C4 | D1 | 6 | 6 | 0 | 12 | F0 | C | 4F |
Octal | 304 | 304 | 321 | 6 | 6 | 0 | 22 | 360 | 14 | 117 |
Binary | 11000100 | 11000100 | 11010001 | 110 | 110 | 0 | 10010 | 11110000 | 1100 | 1001111 |
Color Harmonies of #C4C4D1
Complementary color
Monochromatic Colors of #C4C4D1
Black with #C4C4D1
Text Example
Text Example
White with #C4C4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C4D1; }
p { color: rgb(196,196,209); }
H1.HeaderClassName
{
color: #C4C4D1;
}
.AnyTagClassName
{
color: #C4C4D1;
}
</style>
background-color css
<style>
a { background-color: #C4C4D1; }
a { background-color: rgb(196,196,209); }
div.DivClassName
{
background-color: #C4C4D1;
}
.BgClassName
{
background-color: #C4C4D1;
}
</style>
border-color css
<style>
span { border-color: #C4C4D1; }
span { border-color: rgb(196,196,209); }
td.TdClassName
{
border-color: #C4C4D1;
}
.TagClassName
{
border-color: #C4C4D1;
}
</style>