Shades of Lavender Blue #C4C1FD
Tints of Lavender Blue #C4C1FD
RGB
CMYK
RGB Variations
Color information
#C4C1FD (or 0xC4C1FD) is known color: Lavender Blue. HEX triplet: C4, C1 and FD. RGB value is (196,193,253). Sum of RGB (Red+Green+Blue) = 196+193+253=642 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.53% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4C1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C1FD is #3B3E02. Grayscale: #C8C8C8. Windows color (decimal): -3882499 or 16630212. OLE color: 16630212.
HSL color Cylindrical-coordinate representation of color #C4C1FD: hue angle of 243º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C4C1FD is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 193 | 253 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.01 |
| HSL | 243º | 0.94% | 0.87% | - |
| HSV(B) | 243º | 0.24% | 0.99% | - |
| XYZ | 59.56 | 56.97 | 100.79 | - |
| YUV | 200.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 253 | 0.23 | 0.24 | 0 | 0.01 | 243 | 0.94 | 0.87 |
| Hex | C4 | C1 | FD | 17 | 18 | 0 | 1 | F3 | 5E | 57 |
| Octal | 304 | 301 | 375 | 27 | 30 | 0 | 1 | 363 | 136 | 127 |
| Binary | 11000100 | 11000001 | 11111101 | 10111 | 11000 | 0 | 1 | 11110011 | 1011110 | 1010111 |
Color Harmonies of #C4C1FD
Complementary color
Monochromatic Colors of #C4C1FD
Black with #C4C1FD
Text Example
Text Example
White with #C4C1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C1FD; }
p { color: rgb(196,193,253); }
H1.HeaderClassName
{
color: #C4C1FD;
}
.AnyTagClassName
{
color: #C4C1FD;
}
</style>
background-color css
<style>
a { background-color: #C4C1FD; }
a { background-color: rgb(196,193,253); }
div.DivClassName
{
background-color: #C4C1FD;
}
.BgClassName
{
background-color: #C4C1FD;
}
</style>
border-color css
<style>
span { border-color: #C4C1FD; }
span { border-color: rgb(196,193,253); }
td.TdClassName
{
border-color: #C4C1FD;
}
.TagClassName
{
border-color: #C4C1FD;
}
</style>