Shades of Lavender Blue #C3CBF6
Tints of Lavender Blue #C3CBF6
RGB
CMYK
RGB Variations
Color information
#C3CBF6 (or 0xC3CBF6) is known color: Lavender Blue. HEX triplet: C3, CB and F6. RGB value is (195,203,246). Sum of RGB (Red+Green+Blue) = 195+203+246=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 246 (96.48% from 255 or 38.20% from 644); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3CBF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBF6 is #3C3409. Grayscale: #CDCDCD. Windows color (decimal): -3945482 or 16174019. OLE color: 16174019.
HSL color Cylindrical-coordinate representation of color #C3CBF6: hue angle of 230.59º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3CBF6 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 203 | 246 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.04 |
| HSL | 230.59º | 0.74% | 0.86% | - |
| HSV(B) | 230.59º | 0.21% | 0.96% | - |
| XYZ | 60.5 | 60.97 | 95.77 | - |
| YUV | 205.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 203 | 246 | 0.21 | 0.17 | 0 | 0.04 | 230.59 | 0.74 | 0.86 |
| Hex | C3 | CB | F6 | 15 | 11 | 0 | 4 | E7 | 4A | 56 |
| Octal | 303 | 313 | 366 | 25 | 21 | 0 | 4 | 347 | 112 | 126 |
| Binary | 11000011 | 11001011 | 11110110 | 10101 | 10001 | 0 | 100 | 11100111 | 1001010 | 1010110 |
Color Harmonies of #C3CBF6
Complementary color
Monochromatic Colors of #C3CBF6
Black with #C3CBF6
Text Example
Text Example
White with #C3CBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CBF6; }
p { color: rgb(195,203,246); }
H1.HeaderClassName
{
color: #C3CBF6;
}
.AnyTagClassName
{
color: #C3CBF6;
}
</style>
background-color css
<style>
a { background-color: #C3CBF6; }
a { background-color: rgb(195,203,246); }
div.DivClassName
{
background-color: #C3CBF6;
}
.BgClassName
{
background-color: #C3CBF6;
}
</style>
border-color css
<style>
span { border-color: #C3CBF6; }
span { border-color: rgb(195,203,246); }
td.TdClassName
{
border-color: #C3CBF6;
}
.TagClassName
{
border-color: #C3CBF6;
}
</style>