Shades of Lavender Blue #C6C2ED
Tints of Lavender Blue #C6C2ED
RGB
CMYK
RGB Variations
Color information
#C6C2ED (or 0xC6C2ED) is known color: Lavender Blue. HEX triplet: C6, C2 and ED. RGB value is (198,194,237). Sum of RGB (Red+Green+Blue) = 198+194+237=629 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.48% from 629); Green value is 194 (76.17% from 255 or 30.84% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6C2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2ED is #393D12. Grayscale: #C7C7C7. Windows color (decimal): -3751187 or 15581894. OLE color: 15581894.
HSL color Cylindrical-coordinate representation of color #C6C2ED: hue angle of 245.58º 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 #C6C2ED is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 198 | 194 | 237 | - |
CMYK | 0.16 | 0.18 | 0 | 0.07 |
HSL | 245.58º | 0.54% | 0.85% | - |
HSV(B) | 245.58º | 0.18% | 0.93% | - |
XYZ | 57.87 | 56.7 | 88.02 | - |
YUV | 200.1 | 148.83 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 194 | 237 | 0.16 | 0.18 | 0 | 0.07 | 245.58 | 0.54 | 0.85 |
Hex | C6 | C2 | ED | 10 | 12 | 0 | 7 | F6 | 36 | 55 |
Octal | 306 | 302 | 355 | 20 | 22 | 0 | 7 | 366 | 66 | 125 |
Binary | 11000110 | 11000010 | 11101101 | 10000 | 10010 | 0 | 111 | 11110110 | 110110 | 1010101 |
Color Harmonies of #C6C2ED
Complementary color
Monochromatic Colors of #C6C2ED
Black with #C6C2ED
Text Example
Text Example
White with #C6C2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2ED; }
p { color: rgb(198,194,237); }
H1.HeaderClassName
{
color: #C6C2ED;
}
.AnyTagClassName
{
color: #C6C2ED;
}
</style>
background-color css
<style>
a { background-color: #C6C2ED; }
a { background-color: rgb(198,194,237); }
div.DivClassName
{
background-color: #C6C2ED;
}
.BgClassName
{
background-color: #C6C2ED;
}
</style>
border-color css
<style>
span { border-color: #C6C2ED; }
span { border-color: rgb(198,194,237); }
td.TdClassName
{
border-color: #C6C2ED;
}
.TagClassName
{
border-color: #C6C2ED;
}
</style>