Shades of Lavender Grey #C3C2DD
Tints of Lavender Grey #C3C2DD
RGB
CMYK
RGB Variations
Color information
#C3C2DD (or 0xC3C2DD) is known color: Lavender Grey. HEX triplet: C3, C2 and DD. RGB value is (195,194,221). Sum of RGB (Red+Green+Blue) = 195+194+221=610 (80% of max value = 765). Red value is 195 (76.56% from 255 or 31.97% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C2DD is #3C3D22. Grayscale: #C5C5C5. Windows color (decimal): -3947811 or 14533315. OLE color: 14533315.
HSL color Cylindrical-coordinate representation of color #C3C2DD: hue angle of 242.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C3C2DD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 194 | 221 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.13 |
| HSL | 242.22º | 0.28% | 0.81% | - |
| HSV(B) | 242.22º | 0.12% | 0.87% | - |
| XYZ | 54.85 | 55.41 | 76.21 | - |
| YUV | 197.38 | 141.33 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 221 | 0.12 | 0.12 | 0 | 0.13 | 242.22 | 0.28 | 0.81 |
| Hex | C3 | C2 | DD | C | C | 0 | D | F2 | 1C | 51 |
| Octal | 303 | 302 | 335 | 14 | 14 | 0 | 15 | 362 | 34 | 121 |
| Binary | 11000011 | 11000010 | 11011101 | 1100 | 1100 | 0 | 1101 | 11110010 | 11100 | 1010001 |
Color Harmonies of #C3C2DD
Complementary color
Monochromatic Colors of #C3C2DD
Black with #C3C2DD
Text Example
Text Example
White with #C3C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2DD; }
p { color: rgb(195,194,221); }
H1.HeaderClassName
{
color: #C3C2DD;
}
.AnyTagClassName
{
color: #C3C2DD;
}
</style>
background-color css
<style>
a { background-color: #C3C2DD; }
a { background-color: rgb(195,194,221); }
div.DivClassName
{
background-color: #C3C2DD;
}
.BgClassName
{
background-color: #C3C2DD;
}
</style>
border-color css
<style>
span { border-color: #C3C2DD; }
span { border-color: rgb(195,194,221); }
td.TdClassName
{
border-color: #C3C2DD;
}
.TagClassName
{
border-color: #C3C2DD;
}
</style>