Shades of Lavender Grey #C4C2D3
Tints of Lavender Grey #C4C2D3
RGB
CMYK
RGB Variations
Color information
#C4C2D3 (or 0xC4C2D3) is known color: Lavender Grey. HEX triplet: C4, C2 and D3. RGB value is (196,194,211). Sum of RGB (Red+Green+Blue) = 196+194+211=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2D3 is #3B3D2C. Grayscale: #C4C4C4. Windows color (decimal): -3882285 or 13877956. OLE color: 13877956.
HSL color Cylindrical-coordinate representation of color #C4C2D3: hue angle of 247.06º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4C2D3 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 196 | 194 | 211 | - |
CMYK | 0.07 | 0.08 | 0 | 0.17 |
HSL | 247.06º | 0.16% | 0.79% | - |
HSV(B) | 247.06º | 0.08% | 0.83% | - |
XYZ | 53.81 | 55.02 | 69.41 | - |
YUV | 196.54 | 136.16 | 127.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 194 | 211 | 0.07 | 0.08 | 0 | 0.17 | 247.06 | 0.16 | 0.79 |
Hex | C4 | C2 | D3 | 7 | 8 | 0 | 11 | F7 | 10 | 4F |
Octal | 304 | 302 | 323 | 7 | 10 | 0 | 21 | 367 | 20 | 117 |
Binary | 11000100 | 11000010 | 11010011 | 111 | 1000 | 0 | 10001 | 11110111 | 10000 | 1001111 |
Color Harmonies of #C4C2D3
Complementary color
Monochromatic Colors of #C4C2D3
Black with #C4C2D3
Text Example
Text Example
White with #C4C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C2D3; }
p { color: rgb(196,194,211); }
H1.HeaderClassName
{
color: #C4C2D3;
}
.AnyTagClassName
{
color: #C4C2D3;
}
</style>
background-color css
<style>
a { background-color: #C4C2D3; }
a { background-color: rgb(196,194,211); }
div.DivClassName
{
background-color: #C4C2D3;
}
.BgClassName
{
background-color: #C4C2D3;
}
</style>
border-color css
<style>
span { border-color: #C4C2D3; }
span { border-color: rgb(196,194,211); }
td.TdClassName
{
border-color: #C4C2D3;
}
.TagClassName
{
border-color: #C4C2D3;
}
</style>