Shades of Lavender Blue #C3C2ED
Tints of Lavender Blue #C3C2ED
RGB
CMYK
RGB Variations
Color information
#C3C2ED (or 0xC3C2ED) is known color: Lavender Blue. HEX triplet: C3, C2 and ED. RGB value is (195,194,237). Sum of RGB (Red+Green+Blue) = 195+194+237=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #C3C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C2ED is #3C3D12. Grayscale: #C7C7C7. Windows color (decimal): -3947795 or 15581891. OLE color: 15581891.
HSL color Cylindrical-coordinate representation of color #C3C2ED: hue angle of 241.4º 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 #C3C2ED is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 194 | 237 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.07 |
| HSL | 241.4º | 0.54% | 0.85% | - |
| HSV(B) | 241.4º | 0.18% | 0.93% | - |
| XYZ | 57.08 | 56.3 | 87.98 | - |
| YUV | 199.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 194 | 237 | 0.18 | 0.18 | 0 | 0.07 | 241.4 | 0.54 | 0.85 |
| Hex | C3 | C2 | ED | 12 | 12 | 0 | 7 | F1 | 36 | 55 |
| Octal | 303 | 302 | 355 | 22 | 22 | 0 | 7 | 361 | 66 | 125 |
| Binary | 11000011 | 11000010 | 11101101 | 10010 | 10010 | 0 | 111 | 11110001 | 110110 | 1010101 |
Color Harmonies of #C3C2ED
Complementary color
Monochromatic Colors of #C3C2ED
Black with #C3C2ED
Text Example
Text Example
White with #C3C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C2ED; }
p { color: rgb(195,194,237); }
H1.HeaderClassName
{
color: #C3C2ED;
}
.AnyTagClassName
{
color: #C3C2ED;
}
</style>
background-color css
<style>
a { background-color: #C3C2ED; }
a { background-color: rgb(195,194,237); }
div.DivClassName
{
background-color: #C3C2ED;
}
.BgClassName
{
background-color: #C3C2ED;
}
</style>
border-color css
<style>
span { border-color: #C3C2ED; }
span { border-color: rgb(195,194,237); }
td.TdClassName
{
border-color: #C3C2ED;
}
.TagClassName
{
border-color: #C3C2ED;
}
</style>