Shades of Lavender Blue #C7D2FB
Tints of Lavender Blue #C7D2FB
RGB
CMYK
RGB Variations
Color information
#C7D2FB (or 0xC7D2FB) is known color: Lavender Blue. HEX triplet: C7, D2 and FB. RGB value is (199,210,251). Sum of RGB (Red+Green+Blue) = 199+210+251=660 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.15% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7D2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D2FB is #382D04. Grayscale: #D3D3D3. Windows color (decimal): -3681541 or 16503495. OLE color: 16503495.
HSL color Cylindrical-coordinate representation of color #C7D2FB: hue angle of 227.31º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7D2FB is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 210 | 251 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.02 |
| HSL | 227.31º | 0.87% | 0.88% | - |
| HSV(B) | 227.31º | 0.21% | 0.98% | - |
| XYZ | 64.01 | 65.2 | 100.48 | - |
| YUV | 211.39 | 150.36 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 251 | 0.21 | 0.16 | 0 | 0.02 | 227.31 | 0.87 | 0.88 |
| Hex | C7 | D2 | FB | 15 | 10 | 0 | 2 | E3 | 57 | 58 |
| Octal | 307 | 322 | 373 | 25 | 20 | 0 | 2 | 343 | 127 | 130 |
| Binary | 11000111 | 11010010 | 11111011 | 10101 | 10000 | 0 | 10 | 11100011 | 1010111 | 1011000 |
Color Harmonies of #C7D2FB
Complementary color
Monochromatic Colors of #C7D2FB
Black with #C7D2FB
Text Example
Text Example
White with #C7D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D2FB; }
p { color: rgb(199,210,251); }
H1.HeaderClassName
{
color: #C7D2FB;
}
.AnyTagClassName
{
color: #C7D2FB;
}
</style>
background-color css
<style>
a { background-color: #C7D2FB; }
a { background-color: rgb(199,210,251); }
div.DivClassName
{
background-color: #C7D2FB;
}
.BgClassName
{
background-color: #C7D2FB;
}
</style>
border-color css
<style>
span { border-color: #C7D2FB; }
span { border-color: rgb(199,210,251); }
td.TdClassName
{
border-color: #C7D2FB;
}
.TagClassName
{
border-color: #C7D2FB;
}
</style>