Shades of Lavender Blue #C4CEFE
Tints of Lavender Blue #C4CEFE
RGB
CMYK
RGB Variations
Color information
#C4CEFE (or 0xC4CEFE) is known color: Lavender Blue. HEX triplet: C4, CE and FE. RGB value is (196,206,254). Sum of RGB (Red+Green+Blue) = 196+206+254=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CEFE is #3B3101. Grayscale: #D0D0D0. Windows color (decimal): -3879170 or 16699076. OLE color: 16699076.
HSL color Cylindrical-coordinate representation of color #C4CEFE: hue angle of 229.66º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CEFE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 206 | 254 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.00 |
| HSL | 229.66º | 0.97% | 0.88% | - |
| HSV(B) | 229.66º | 0.23% | 1% | - |
| XYZ | 62.73 | 63.03 | 102.63 | - |
| YUV | 208.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 206 | 254 | 0.23 | 0.19 | 0 | 0.00 | 229.66 | 0.97 | 0.88 |
| Hex | C4 | CE | FE | 17 | 13 | 0 | 0 | E6 | 61 | 58 |
| Octal | 304 | 316 | 376 | 27 | 23 | 0 | 0 | 346 | 141 | 130 |
| Binary | 11000100 | 11001110 | 11111110 | 10111 | 10011 | 0 | 0 | 11100110 | 1100001 | 1011000 |
Color Harmonies of #C4CEFE
Complementary color
Monochromatic Colors of #C4CEFE
Black with #C4CEFE
Text Example
Text Example
White with #C4CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CEFE; }
p { color: rgb(196,206,254); }
H1.HeaderClassName
{
color: #C4CEFE;
}
.AnyTagClassName
{
color: #C4CEFE;
}
</style>
background-color css
<style>
a { background-color: #C4CEFE; }
a { background-color: rgb(196,206,254); }
div.DivClassName
{
background-color: #C4CEFE;
}
.BgClassName
{
background-color: #C4CEFE;
}
</style>
border-color css
<style>
span { border-color: #C4CEFE; }
span { border-color: rgb(196,206,254); }
td.TdClassName
{
border-color: #C4CEFE;
}
.TagClassName
{
border-color: #C4CEFE;
}
</style>