Shades of Lavender Blue #C2C2ED
Tints of Lavender Blue #C2C2ED
RGB
CMYK
RGB Variations
Color information
#C2C2ED (or 0xC2C2ED) is known color: Lavender Blue. HEX triplet: C2, C2 and ED. RGB value is (194,194,237). Sum of RGB (Red+Green+Blue) = 194+194+237=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 194 (76.17% from 255 or 31.04% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C2ED is #3D3D12. Grayscale: #C6C6C6. Windows color (decimal): -4013331 or 15581890. OLE color: 15581890.
HSL color Cylindrical-coordinate representation of color #C2C2ED: hue angle of 240º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2C2ED is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 194 | 237 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.07 |
| HSL | 240º | 0.54% | 0.85% | - |
| HSV(B) | 240º | 0.18% | 0.93% | - |
| XYZ | 56.83 | 56.17 | 87.97 | - |
| YUV | 198.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 237 | 0.18 | 0.18 | 0 | 0.07 | 240 | 0.54 | 0.85 |
| Hex | C2 | C2 | ED | 12 | 12 | 0 | 7 | F0 | 36 | 55 |
| Octal | 302 | 302 | 355 | 22 | 22 | 0 | 7 | 360 | 66 | 125 |
| Binary | 11000010 | 11000010 | 11101101 | 10010 | 10010 | 0 | 111 | 11110000 | 110110 | 1010101 |
Color Harmonies of #C2C2ED
Complementary color
Monochromatic Colors of #C2C2ED
Black with #C2C2ED
Text Example
Text Example
White with #C2C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C2ED; }
p { color: rgb(194,194,237); }
H1.HeaderClassName
{
color: #C2C2ED;
}
.AnyTagClassName
{
color: #C2C2ED;
}
</style>
background-color css
<style>
a { background-color: #C2C2ED; }
a { background-color: rgb(194,194,237); }
div.DivClassName
{
background-color: #C2C2ED;
}
.BgClassName
{
background-color: #C2C2ED;
}
</style>
border-color css
<style>
span { border-color: #C2C2ED; }
span { border-color: rgb(194,194,237); }
td.TdClassName
{
border-color: #C2C2ED;
}
.TagClassName
{
border-color: #C2C2ED;
}
</style>