Shades of Lavender Blue #C0C2ED
Tints of Lavender Blue #C0C2ED
RGB
CMYK
RGB Variations
Color information
#C0C2ED (or 0xC0C2ED) is known color: Lavender Blue. HEX triplet: C0, C2 and ED. RGB value is (192,194,237). Sum of RGB (Red+Green+Blue) = 192+194+237=623 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.82% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0C2ED is #3F3D12. Grayscale: #C6C6C6. Windows color (decimal): -4144403 or 15581888. OLE color: 15581888.
HSL color Cylindrical-coordinate representation of color #C0C2ED: hue angle of 237.33º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0C2ED is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 194 | 237 | - |
CMYK | 0.19 | 0.18 | 0 | 0.07 |
HSL | 237.33º | 0.56% | 0.84% | - |
HSV(B) | 237.33º | 0.19% | 0.93% | - |
XYZ | 56.32 | 55.9 | 87.94 | - |
YUV | 198.3 | 149.84 | 123.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 194 | 237 | 0.19 | 0.18 | 0 | 0.07 | 237.33 | 0.56 | 0.84 |
Hex | C0 | C2 | ED | 13 | 12 | 0 | 7 | ED | 38 | 54 |
Octal | 300 | 302 | 355 | 23 | 22 | 0 | 7 | 355 | 70 | 124 |
Binary | 11000000 | 11000010 | 11101101 | 10011 | 10010 | 0 | 111 | 11101101 | 111000 | 1010100 |
Color Harmonies of #C0C2ED
Complementary color
Monochromatic Colors of #C0C2ED
Black with #C0C2ED
Text Example
Text Example
White with #C0C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C2ED; }
p { color: rgb(192,194,237); }
H1.HeaderClassName
{
color: #C0C2ED;
}
.AnyTagClassName
{
color: #C0C2ED;
}
</style>
background-color css
<style>
a { background-color: #C0C2ED; }
a { background-color: rgb(192,194,237); }
div.DivClassName
{
background-color: #C0C2ED;
}
.BgClassName
{
background-color: #C0C2ED;
}
</style>
border-color css
<style>
span { border-color: #C0C2ED; }
span { border-color: rgb(192,194,237); }
td.TdClassName
{
border-color: #C0C2ED;
}
.TagClassName
{
border-color: #C0C2ED;
}
</style>