Shades of Lavender Grey #C1C1DF
Tints of Lavender Grey #C1C1DF
RGB
CMYK
RGB Variations
Color information
#C1C1DF (or 0xC1C1DF) is known color: Lavender Grey. HEX triplet: C1, C1 and DF. RGB value is (193,193,223). Sum of RGB (Red+Green+Blue) = 193+193+223=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C1DF is #3E3E20. Grayscale: #C4C4C4. Windows color (decimal): -4079137 or 14664129. OLE color: 14664129.
HSL color Cylindrical-coordinate representation of color #C1C1DF: hue angle of 240º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1C1DF is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 193 | 193 | 223 | - |
CMYK | 0.13 | 0.13 | 0 | 0.13 |
HSL | 240º | 0.32% | 0.82% | - |
HSV(B) | 240º | 0.13% | 0.87% | - |
XYZ | 54.38 | 54.81 | 77.52 | - |
YUV | 196.42 | 143 | 125.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 193 | 223 | 0.13 | 0.13 | 0 | 0.13 | 240 | 0.32 | 0.82 |
Hex | C1 | C1 | DF | D | D | 0 | D | F0 | 20 | 52 |
Octal | 301 | 301 | 337 | 15 | 15 | 0 | 15 | 360 | 40 | 122 |
Binary | 11000001 | 11000001 | 11011111 | 1101 | 1101 | 0 | 1101 | 11110000 | 100000 | 1010010 |
Color Harmonies of #C1C1DF
Complementary color
Monochromatic Colors of #C1C1DF
Black with #C1C1DF
Text Example
Text Example
White with #C1C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C1DF; }
p { color: rgb(193,193,223); }
H1.HeaderClassName
{
color: #C1C1DF;
}
.AnyTagClassName
{
color: #C1C1DF;
}
</style>
background-color css
<style>
a { background-color: #C1C1DF; }
a { background-color: rgb(193,193,223); }
div.DivClassName
{
background-color: #C1C1DF;
}
.BgClassName
{
background-color: #C1C1DF;
}
</style>
border-color css
<style>
span { border-color: #C1C1DF; }
span { border-color: rgb(193,193,223); }
td.TdClassName
{
border-color: #C1C1DF;
}
.TagClassName
{
border-color: #C1C1DF;
}
</style>