Shades of Lavender Grey #C0C2D3
Tints of Lavender Grey #C0C2D3
RGB
CMYK
RGB Variations
Color information
#C0C2D3 (or 0xC0C2D3) is known color: Lavender Grey. HEX triplet: C0, C2 and D3. RGB value is (192,194,211). Sum of RGB (Red+Green+Blue) = 192+194+211=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #C0C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C2D3 is #3F3D2C. Grayscale: #C3C3C3. Windows color (decimal): -4144429 or 13877952. OLE color: 13877952.
HSL color Cylindrical-coordinate representation of color #C0C2D3: hue angle of 233.68º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0C2D3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 192 | 194 | 211 | - |
CMYK | 0.09 | 0.08 | 0 | 0.17 |
HSL | 233.68º | 0.18% | 0.79% | - |
HSV(B) | 233.68º | 0.09% | 0.83% | - |
XYZ | 52.79 | 54.49 | 69.36 | - |
YUV | 195.34 | 136.84 | 125.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 194 | 211 | 0.09 | 0.08 | 0 | 0.17 | 233.68 | 0.18 | 0.79 |
Hex | C0 | C2 | D3 | 9 | 8 | 0 | 11 | EA | 12 | 4F |
Octal | 300 | 302 | 323 | 11 | 10 | 0 | 21 | 352 | 22 | 117 |
Binary | 11000000 | 11000010 | 11010011 | 1001 | 1000 | 0 | 10001 | 11101010 | 10010 | 1001111 |
Color Harmonies of #C0C2D3
Complementary color
Monochromatic Colors of #C0C2D3
Black with #C0C2D3
Text Example
Text Example
White with #C0C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2D3; }
p { color: rgb(192,194,211); }
H1.HeaderClassName
{
color: #C0C2D3;
}
.AnyTagClassName
{
color: #C0C2D3;
}
</style>
background-color css
<style>
a { background-color: #C0C2D3; }
a { background-color: rgb(192,194,211); }
div.DivClassName
{
background-color: #C0C2D3;
}
.BgClassName
{
background-color: #C0C2D3;
}
</style>
border-color css
<style>
span { border-color: #C0C2D3; }
span { border-color: rgb(192,194,211); }
td.TdClassName
{
border-color: #C0C2D3;
}
.TagClassName
{
border-color: #C0C2D3;
}
</style>