Shades of Lavender Blue #C3CFFF
Tints of Lavender Blue #C3CFFF
RGB
CMYK
RGB Variations
Color information
#C3CFFF (or 0xC3CFFF) is known color: Lavender Blue. HEX triplet: C3, CF and FF. RGB value is (195,207,255). Sum of RGB (Red+Green+Blue) = 195+207+255=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C3CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CFFF is #3C3000. Grayscale: #D0D0D0. Windows color (decimal): -3944449 or 16764867. OLE color: 16764867.
HSL color Cylindrical-coordinate representation of color #C3CFFF: hue angle of 228º 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 #C3CFFF is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 207 | 255 | - |
| CMYK | 0.24 | 0.19 | 0 | 0 |
| HSL | 228º | 1% | 0.88% | - |
| HSV(B) | 228º | 0.24% | 1% | - |
| XYZ | 62.87 | 63.45 | 103.54 | - |
| YUV | 208.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 207 | 255 | 0.24 | 0.19 | 0 | 0 | 228 | 1 | 0.88 |
| Hex | C3 | CF | FF | 18 | 13 | 0 | 0 | E4 | 64 | 58 |
| Octal | 303 | 317 | 377 | 30 | 23 | 0 | 0 | 344 | 144 | 130 |
| Binary | 11000011 | 11001111 | 11111111 | 11000 | 10011 | 0 | 0 | 11100100 | 1100100 | 1011000 |
Color Harmonies of #C3CFFF
Complementary color
Monochromatic Colors of #C3CFFF
Black with #C3CFFF
Text Example
Text Example
White with #C3CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3CFFF; }
p { color: rgb(195,207,255); }
H1.HeaderClassName
{
color: #C3CFFF;
}
.AnyTagClassName
{
color: #C3CFFF;
}
</style>
background-color css
<style>
a { background-color: #C3CFFF; }
a { background-color: rgb(195,207,255); }
div.DivClassName
{
background-color: #C3CFFF;
}
.BgClassName
{
background-color: #C3CFFF;
}
</style>
border-color css
<style>
span { border-color: #C3CFFF; }
span { border-color: rgb(195,207,255); }
td.TdClassName
{
border-color: #C3CFFF;
}
.TagClassName
{
border-color: #C3CFFF;
}
</style>