Shades of Lavender Blue #C4CFFD
Tints of Lavender Blue #C4CFFD
RGB
CMYK
RGB Variations
Color information
#C4CFFD (or 0xC4CFFD) is known color: Lavender Blue. HEX triplet: C4, CF and FD. RGB value is (196,207,253). Sum of RGB (Red+Green+Blue) = 196+207+253=656 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.88% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #C4CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CFFD is #3B3002. Grayscale: #D0D0D0. Windows color (decimal): -3878915 or 16633796. OLE color: 16633796.
HSL color Cylindrical-coordinate representation of color #C4CFFD: hue angle of 228.42º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4CFFD is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 207 | 253 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.01 |
| HSL | 228.42º | 0.93% | 0.88% | - |
| HSV(B) | 228.42º | 0.23% | 0.99% | - |
| XYZ | 62.81 | 63.45 | 101.87 | - |
| YUV | 208.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 207 | 253 | 0.23 | 0.18 | 0 | 0.01 | 228.42 | 0.93 | 0.88 |
| Hex | C4 | CF | FD | 17 | 12 | 0 | 1 | E4 | 5D | 58 |
| Octal | 304 | 317 | 375 | 27 | 22 | 0 | 1 | 344 | 135 | 130 |
| Binary | 11000100 | 11001111 | 11111101 | 10111 | 10010 | 0 | 1 | 11100100 | 1011101 | 1011000 |
Color Harmonies of #C4CFFD
Complementary color
Monochromatic Colors of #C4CFFD
Black with #C4CFFD
Text Example
Text Example
White with #C4CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4CFFD; }
p { color: rgb(196,207,253); }
H1.HeaderClassName
{
color: #C4CFFD;
}
.AnyTagClassName
{
color: #C4CFFD;
}
</style>
background-color css
<style>
a { background-color: #C4CFFD; }
a { background-color: rgb(196,207,253); }
div.DivClassName
{
background-color: #C4CFFD;
}
.BgClassName
{
background-color: #C4CFFD;
}
</style>
border-color css
<style>
span { border-color: #C4CFFD; }
span { border-color: rgb(196,207,253); }
td.TdClassName
{
border-color: #C4CFFD;
}
.TagClassName
{
border-color: #C4CFFD;
}
</style>