Shades of Lavender Blue #C4D0FB
Tints of Lavender Blue #C4D0FB
RGB
CMYK
RGB Variations
Color information
#C4D0FB (or 0xC4D0FB) is known color: Lavender Blue. HEX triplet: C4, D0 and FB. RGB value is (196,208,251). Sum of RGB (Red+Green+Blue) = 196+208+251=655 (86% of max value = 765). Red value is 196 (76.95% from 255 or 29.92% from 655); Green value is 208 (81.64% from 255 or 31.76% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4D0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4D0FB is #3B2F04. Grayscale: #D1D1D1. Windows color (decimal): -3878661 or 16502980. OLE color: 16502980.
HSL color Cylindrical-coordinate representation of color #C4D0FB: hue angle of 226.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4D0FB is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 208 | 251 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.02 |
| HSL | 226.91º | 0.87% | 0.88% | - |
| HSV(B) | 226.91º | 0.22% | 0.98% | - |
| XYZ | 62.73 | 63.81 | 100.28 | - |
| YUV | 209.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 208 | 251 | 0.22 | 0.17 | 0 | 0.02 | 226.91 | 0.87 | 0.88 |
| Hex | C4 | D0 | FB | 16 | 11 | 0 | 2 | E3 | 57 | 58 |
| Octal | 304 | 320 | 373 | 26 | 21 | 0 | 2 | 343 | 127 | 130 |
| Binary | 11000100 | 11010000 | 11111011 | 10110 | 10001 | 0 | 10 | 11100011 | 1010111 | 1011000 |
Color Harmonies of #C4D0FB
Complementary color
Monochromatic Colors of #C4D0FB
Black with #C4D0FB
Text Example
Text Example
White with #C4D0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D0FB; }
p { color: rgb(196,208,251); }
H1.HeaderClassName
{
color: #C4D0FB;
}
.AnyTagClassName
{
color: #C4D0FB;
}
</style>
background-color css
<style>
a { background-color: #C4D0FB; }
a { background-color: rgb(196,208,251); }
div.DivClassName
{
background-color: #C4D0FB;
}
.BgClassName
{
background-color: #C4D0FB;
}
</style>
border-color css
<style>
span { border-color: #C4D0FB; }
span { border-color: rgb(196,208,251); }
td.TdClassName
{
border-color: #C4D0FB;
}
.TagClassName
{
border-color: #C4D0FB;
}
</style>