Shades of Lavender Blue #C3C8FF
Tints of Lavender Blue #C3C8FF
RGB
CMYK
RGB Variations
Color information
#C3C8FF (or 0xC3C8FF) is known color: Lavender Blue. HEX triplet: C3, C8 and FF. RGB value is (195,200,255). Sum of RGB (Red+Green+Blue) = 195+200+255=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 200 (78.52% from 255 or 30.77% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3C8FF is #3C3700. Grayscale: #CCCCCC. Windows color (decimal): -3946241 or 16763075. OLE color: 16763075.
HSL color Cylindrical-coordinate representation of color #C3C8FF: hue angle of 235º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3C8FF is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 200 | 255 | - |
| CMYK | 0.24 | 0.22 | 0 | 0 |
| HSL | 235º | 1% | 0.88% | - |
| HSV(B) | 235º | 0.24% | 1% | - |
| XYZ | 61.21 | 60.13 | 102.99 | - |
| YUV | 204.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 200 | 255 | 0.24 | 0.22 | 0 | 0 | 235 | 1 | 0.88 |
| Hex | C3 | C8 | FF | 18 | 16 | 0 | 0 | EB | 64 | 58 |
| Octal | 303 | 310 | 377 | 30 | 26 | 0 | 0 | 353 | 144 | 130 |
| Binary | 11000011 | 11001000 | 11111111 | 11000 | 10110 | 0 | 0 | 11101011 | 1100100 | 1011000 |
Color Harmonies of #C3C8FF
Complementary color
Monochromatic Colors of #C3C8FF
Black with #C3C8FF
Text Example
Text Example
White with #C3C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C8FF; }
p { color: rgb(195,200,255); }
H1.HeaderClassName
{
color: #C3C8FF;
}
.AnyTagClassName
{
color: #C3C8FF;
}
</style>
background-color css
<style>
a { background-color: #C3C8FF; }
a { background-color: rgb(195,200,255); }
div.DivClassName
{
background-color: #C3C8FF;
}
.BgClassName
{
background-color: #C3C8FF;
}
</style>
border-color css
<style>
span { border-color: #C3C8FF; }
span { border-color: rgb(195,200,255); }
td.TdClassName
{
border-color: #C3C8FF;
}
.TagClassName
{
border-color: #C3C8FF;
}
</style>