Shades of Lavender Blue #C7D0FE
Tints of Lavender Blue #C7D0FE
RGB
CMYK
RGB Variations
Color information
#C7D0FE (or 0xC7D0FE) is known color: Lavender Blue. HEX triplet: C7, D0 and FE. RGB value is (199,208,254). Sum of RGB (Red+Green+Blue) = 199+208+254=661 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.11% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C7D0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D0FE is #382F01. Grayscale: #D2D2D2. Windows color (decimal): -3682050 or 16699591. OLE color: 16699591.
HSL color Cylindrical-coordinate representation of color #C7D0FE: hue angle of 230.18º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D0FE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 208 | 254 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.00 |
| HSL | 230.18º | 0.96% | 0.89% | - |
| HSV(B) | 230.18º | 0.22% | 1% | - |
| XYZ | 64 | 64.41 | 102.83 | - |
| YUV | 210.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 254 | 0.22 | 0.18 | 0 | 0.00 | 230.18 | 0.96 | 0.89 |
| Hex | C7 | D0 | FE | 16 | 12 | 0 | 0 | E6 | 60 | 59 |
| Octal | 307 | 320 | 376 | 26 | 22 | 0 | 0 | 346 | 140 | 131 |
| Binary | 11000111 | 11010000 | 11111110 | 10110 | 10010 | 0 | 0 | 11100110 | 1100000 | 1011001 |
Color Harmonies of #C7D0FE
Complementary color
Monochromatic Colors of #C7D0FE
Black with #C7D0FE
Text Example
Text Example
White with #C7D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0FE; }
p { color: rgb(199,208,254); }
H1.HeaderClassName
{
color: #C7D0FE;
}
.AnyTagClassName
{
color: #C7D0FE;
}
</style>
background-color css
<style>
a { background-color: #C7D0FE; }
a { background-color: rgb(199,208,254); }
div.DivClassName
{
background-color: #C7D0FE;
}
.BgClassName
{
background-color: #C7D0FE;
}
</style>
border-color css
<style>
span { border-color: #C7D0FE; }
span { border-color: rgb(199,208,254); }
td.TdClassName
{
border-color: #C7D0FE;
}
.TagClassName
{
border-color: #C7D0FE;
}
</style>