Shades of Lavender Blue #C3B8F8
Tints of Lavender Blue #C3B8F8
RGB
CMYK
RGB Variations
Color information
#C3B8F8 (or 0xC3B8F8) is known color: Lavender Blue. HEX triplet: C3, B8 and F8. RGB value is (195,184,248). Sum of RGB (Red+Green+Blue) = 195+184+248=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #C3B8F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8F8 is #3C4707. Grayscale: #C2C2C2. Windows color (decimal): -3950344 or 16300227. OLE color: 16300227.
HSL color Cylindrical-coordinate representation of color #C3B8F8: hue angle of 250.31º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B8F8 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 184 | 248 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.03 |
| HSL | 250.31º | 0.82% | 0.85% | - |
| HSV(B) | 250.31º | 0.26% | 0.97% | - |
| XYZ | 56.59 | 52.66 | 95.99 | - |
| YUV | 194.59 | 158.14 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 248 | 0.21 | 0.26 | 0 | 0.03 | 250.31 | 0.82 | 0.85 |
| Hex | C3 | B8 | F8 | 15 | 1A | 0 | 3 | FA | 52 | 55 |
| Octal | 303 | 270 | 370 | 25 | 32 | 0 | 3 | 372 | 122 | 125 |
| Binary | 11000011 | 10111000 | 11111000 | 10101 | 11010 | 0 | 11 | 11111010 | 1010010 | 1010101 |
Color Harmonies of #C3B8F8
Complementary color
Monochromatic Colors of #C3B8F8
Black with #C3B8F8
Text Example
Text Example
White with #C3B8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8F8; }
p { color: rgb(195,184,248); }
H1.HeaderClassName
{
color: #C3B8F8;
}
.AnyTagClassName
{
color: #C3B8F8;
}
</style>
background-color css
<style>
a { background-color: #C3B8F8; }
a { background-color: rgb(195,184,248); }
div.DivClassName
{
background-color: #C3B8F8;
}
.BgClassName
{
background-color: #C3B8F8;
}
</style>
border-color css
<style>
span { border-color: #C3B8F8; }
span { border-color: rgb(195,184,248); }
td.TdClassName
{
border-color: #C3B8F8;
}
.TagClassName
{
border-color: #C3B8F8;
}
</style>