Shades of Lavender Blue #C4CAFF
Tints of Lavender Blue #C4CAFF
RGB
CMYK
RGB Variations
Color information
#C4CAFF (or 0xC4CAFF) is known color: Lavender Blue. HEX triplet: C4, CA and FF. RGB value is (196,202,255). Sum of RGB (Red+Green+Blue) = 196+202+255=653 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.02% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFF is #3B3500. Grayscale: #CECECE. Windows color (decimal): -3880193 or 16763588. OLE color: 16763588.
HSL color Cylindrical-coordinate representation of color #C4CAFF: hue angle of 233.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CAFF is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 202 | 255 | - |
| CMYK | 0.23 | 0.21 | 0 | 0 |
| HSL | 233.9º | 1% | 0.88% | - |
| HSV(B) | 233.9º | 0.23% | 1% | - |
| XYZ | 61.94 | 61.2 | 103.16 | - |
| YUV | 206.25 | 155.51 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 255 | 0.23 | 0.21 | 0 | 0 | 233.9 | 1 | 0.88 |
| Hex | C4 | CA | FF | 17 | 15 | 0 | 0 | EA | 64 | 58 |
| Octal | 304 | 312 | 377 | 27 | 25 | 0 | 0 | 352 | 144 | 130 |
| Binary | 11000100 | 11001010 | 11111111 | 10111 | 10101 | 0 | 0 | 11101010 | 1100100 | 1011000 |
Color Harmonies of #C4CAFF
Complementary color
Monochromatic Colors of #C4CAFF
Black with #C4CAFF
Text Example
Text Example
White with #C4CAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAFF; }
p { color: rgb(196,202,255); }
H1.HeaderClassName
{
color: #C4CAFF;
}
.AnyTagClassName
{
color: #C4CAFF;
}
</style>
background-color css
<style>
a { background-color: #C4CAFF; }
a { background-color: rgb(196,202,255); }
div.DivClassName
{
background-color: #C4CAFF;
}
.BgClassName
{
background-color: #C4CAFF;
}
</style>
border-color css
<style>
span { border-color: #C4CAFF; }
span { border-color: rgb(196,202,255); }
td.TdClassName
{
border-color: #C4CAFF;
}
.TagClassName
{
border-color: #C4CAFF;
}
</style>