Shades of Lavender Blue #C4CFFF
Tints of Lavender Blue #C4CFFF
RGB
CMYK
RGB Variations
Color information
#C4CFFF (or 0xC4CFFF) is known color: Lavender Blue. HEX triplet: C4, CF and FF. RGB value is (196,207,255). Sum of RGB (Red+Green+Blue) = 196+207+255=658 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.79% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFF is #3B3000. Grayscale: #D0D0D0. Windows color (decimal): -3878913 or 16764868. OLE color: 16764868.
HSL color Cylindrical-coordinate representation of color #C4CFFF: hue angle of 228.81º 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 #C4CFFF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 207 | 255 | - |
| CMYK | 0.23 | 0.19 | 0 | 0 |
| HSL | 228.81º | 1% | 0.88% | - |
| HSV(B) | 228.81º | 0.23% | 1% | - |
| XYZ | 63.13 | 63.58 | 103.55 | - |
| YUV | 209.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 255 | 0.23 | 0.19 | 0 | 0 | 228.81 | 1 | 0.88 |
| Hex | C4 | CF | FF | 17 | 13 | 0 | 0 | E5 | 64 | 58 |
| Octal | 304 | 317 | 377 | 27 | 23 | 0 | 0 | 345 | 144 | 130 |
| Binary | 11000100 | 11001111 | 11111111 | 10111 | 10011 | 0 | 0 | 11100101 | 1100100 | 1011000 |
Color Harmonies of #C4CFFF
Complementary color
Monochromatic Colors of #C4CFFF
Black with #C4CFFF
Text Example
Text Example
White with #C4CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFFF; }
p { color: rgb(196,207,255); }
H1.HeaderClassName
{
color: #C4CFFF;
}
.AnyTagClassName
{
color: #C4CFFF;
}
</style>
background-color css
<style>
a { background-color: #C4CFFF; }
a { background-color: rgb(196,207,255); }
div.DivClassName
{
background-color: #C4CFFF;
}
.BgClassName
{
background-color: #C4CFFF;
}
</style>
border-color css
<style>
span { border-color: #C4CFFF; }
span { border-color: rgb(196,207,255); }
td.TdClassName
{
border-color: #C4CFFF;
}
.TagClassName
{
border-color: #C4CFFF;
}
</style>