Shades of Lavender Blue #C4CAFE
Tints of Lavender Blue #C4CAFE
RGB
CMYK
RGB Variations
Color information
#C4CAFE (or 0xC4CAFE) is known color: Lavender Blue. HEX triplet: C4, CA and FE. RGB value is (196,202,254). Sum of RGB (Red+Green+Blue) = 196+202+254=652 (86% of max value = 765). Red value is 196 (76.95% from 255 or 30.06% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFE is #3B3501. Grayscale: #CDCDCD. Windows color (decimal): -3880194 or 16698052. OLE color: 16698052.
HSL color Cylindrical-coordinate representation of color #C4CAFE: hue angle of 233.79º 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 #C4CAFE is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 202 | 254 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.00 |
| HSL | 233.79º | 0.97% | 0.88% | - |
| HSV(B) | 233.79º | 0.23% | 1% | - |
| XYZ | 61.77 | 61.13 | 102.31 | - |
| YUV | 206.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 202 | 254 | 0.23 | 0.20 | 0 | 0.00 | 233.79 | 0.97 | 0.88 |
| Hex | C4 | CA | FE | 17 | 14 | 0 | 0 | EA | 61 | 58 |
| Octal | 304 | 312 | 376 | 27 | 24 | 0 | 0 | 352 | 141 | 130 |
| Binary | 11000100 | 11001010 | 11111110 | 10111 | 10100 | 0 | 0 | 11101010 | 1100001 | 1011000 |
Color Harmonies of #C4CAFE
Complementary color
Monochromatic Colors of #C4CAFE
Black with #C4CAFE
Text Example
Text Example
White with #C4CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CAFE; }
p { color: rgb(196,202,254); }
H1.HeaderClassName
{
color: #C4CAFE;
}
.AnyTagClassName
{
color: #C4CAFE;
}
</style>
background-color css
<style>
a { background-color: #C4CAFE; }
a { background-color: rgb(196,202,254); }
div.DivClassName
{
background-color: #C4CAFE;
}
.BgClassName
{
background-color: #C4CAFE;
}
</style>
border-color css
<style>
span { border-color: #C4CAFE; }
span { border-color: rgb(196,202,254); }
td.TdClassName
{
border-color: #C4CAFE;
}
.TagClassName
{
border-color: #C4CAFE;
}
</style>