Shades of Lavender Blue #C3CCFF
Tints of Lavender Blue #C3CCFF
RGB
CMYK
RGB Variations
Color information
#C3CCFF (or 0xC3CCFF) is known color: Lavender Blue. HEX triplet: C3, CC and FF. RGB value is (195,204,255). Sum of RGB (Red+Green+Blue) = 195+204+255=654 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.82% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CCFF is #3C3300. Grayscale: #CECECE. Windows color (decimal): -3945217 or 16764099. OLE color: 16764099.
HSL color Cylindrical-coordinate representation of color #C3CCFF: hue angle of 231º 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 #C3CCFF is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 204 | 255 | - |
| CMYK | 0.24 | 0.2 | 0 | 0 |
| HSL | 231º | 1% | 0.88% | - |
| HSV(B) | 231º | 0.24% | 1% | - |
| XYZ | 62.15 | 62.01 | 103.3 | - |
| YUV | 207.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 204 | 255 | 0.24 | 0.2 | 0 | 0 | 231 | 1 | 0.88 |
| Hex | C3 | CC | FF | 18 | 14 | 0 | 0 | E7 | 64 | 58 |
| Octal | 303 | 314 | 377 | 30 | 24 | 0 | 0 | 347 | 144 | 130 |
| Binary | 11000011 | 11001100 | 11111111 | 11000 | 10100 | 0 | 0 | 11100111 | 1100100 | 1011000 |
Color Harmonies of #C3CCFF
Complementary color
Monochromatic Colors of #C3CCFF
Black with #C3CCFF
Text Example
Text Example
White with #C3CCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CCFF; }
p { color: rgb(195,204,255); }
H1.HeaderClassName
{
color: #C3CCFF;
}
.AnyTagClassName
{
color: #C3CCFF;
}
</style>
background-color css
<style>
a { background-color: #C3CCFF; }
a { background-color: rgb(195,204,255); }
div.DivClassName
{
background-color: #C3CCFF;
}
.BgClassName
{
background-color: #C3CCFF;
}
</style>
border-color css
<style>
span { border-color: #C3CCFF; }
span { border-color: rgb(195,204,255); }
td.TdClassName
{
border-color: #C3CCFF;
}
.TagClassName
{
border-color: #C3CCFF;
}
</style>