Shades of Lavender Blue #C4CEFF
Tints of Lavender Blue #C4CEFF
RGB
CMYK
RGB Variations
Color information
#C4CEFF (or 0xC4CEFF) is known color: Lavender Blue. HEX triplet: C4, CE and FF. RGB value is (196,206,255). Sum of RGB (Red+Green+Blue) = 196+206+255=657 (87% of max value = 765). Red value is 196 (76.95% from 255 or 29.83% from 657); Green value is 206 (80.86% from 255 or 31.35% 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 #C4CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFF is #3B3100. Grayscale: #D0D0D0. Windows color (decimal): -3879169 or 16764612. OLE color: 16764612.
HSL color Cylindrical-coordinate representation of color #C4CEFF: hue angle of 229.83º 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 #C4CEFF is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 206 | 255 | - |
| CMYK | 0.23 | 0.19 | 0 | 0 |
| HSL | 229.83º | 1% | 0.88% | - |
| HSV(B) | 229.83º | 0.23% | 1% | - |
| XYZ | 62.89 | 63.1 | 103.47 | - |
| YUV | 208.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 255 | 0.23 | 0.19 | 0 | 0 | 229.83 | 1 | 0.88 |
| Hex | C4 | CE | FF | 17 | 13 | 0 | 0 | E6 | 64 | 58 |
| Octal | 304 | 316 | 377 | 27 | 23 | 0 | 0 | 346 | 144 | 130 |
| Binary | 11000100 | 11001110 | 11111111 | 10111 | 10011 | 0 | 0 | 11100110 | 1100100 | 1011000 |
Color Harmonies of #C4CEFF
Complementary color
Monochromatic Colors of #C4CEFF
Black with #C4CEFF
Text Example
Text Example
White with #C4CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEFF; }
p { color: rgb(196,206,255); }
H1.HeaderClassName
{
color: #C4CEFF;
}
.AnyTagClassName
{
color: #C4CEFF;
}
</style>
background-color css
<style>
a { background-color: #C4CEFF; }
a { background-color: rgb(196,206,255); }
div.DivClassName
{
background-color: #C4CEFF;
}
.BgClassName
{
background-color: #C4CEFF;
}
</style>
border-color css
<style>
span { border-color: #C4CEFF; }
span { border-color: rgb(196,206,255); }
td.TdClassName
{
border-color: #C4CEFF;
}
.TagClassName
{
border-color: #C4CEFF;
}
</style>