Shades of Lavender Blue #C7D0FF
Tints of Lavender Blue #C7D0FF
RGB
CMYK
RGB Variations
Color information
#C7D0FF (or 0xC7D0FF) is known color: Lavender Blue. HEX triplet: C7, D0 and FF. RGB value is (199,208,255). Sum of RGB (Red+Green+Blue) = 199+208+255=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D0FF is #382F00. Grayscale: #D2D2D2. Windows color (decimal): -3682049 or 16765127. OLE color: 16765127.
HSL color Cylindrical-coordinate representation of color #C7D0FF: hue angle of 230.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7D0FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 208 | 255 | - |
| CMYK | 0.22 | 0.18 | 0 | 0 |
| HSL | 230.36º | 1% | 0.89% | - |
| HSV(B) | 230.36º | 0.22% | 1% | - |
| XYZ | 64.16 | 64.47 | 103.67 | - |
| YUV | 210.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 255 | 0.22 | 0.18 | 0 | 0 | 230.36 | 1 | 0.89 |
| Hex | C7 | D0 | FF | 16 | 12 | 0 | 0 | E6 | 64 | 59 |
| Octal | 307 | 320 | 377 | 26 | 22 | 0 | 0 | 346 | 144 | 131 |
| Binary | 11000111 | 11010000 | 11111111 | 10110 | 10010 | 0 | 0 | 11100110 | 1100100 | 1011001 |
Color Harmonies of #C7D0FF
Complementary color
Monochromatic Colors of #C7D0FF
Black with #C7D0FF
Text Example
Text Example
White with #C7D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D0FF; }
p { color: rgb(199,208,255); }
H1.HeaderClassName
{
color: #C7D0FF;
}
.AnyTagClassName
{
color: #C7D0FF;
}
</style>
background-color css
<style>
a { background-color: #C7D0FF; }
a { background-color: rgb(199,208,255); }
div.DivClassName
{
background-color: #C7D0FF;
}
.BgClassName
{
background-color: #C7D0FF;
}
</style>
border-color css
<style>
span { border-color: #C7D0FF; }
span { border-color: rgb(199,208,255); }
td.TdClassName
{
border-color: #C7D0FF;
}
.TagClassName
{
border-color: #C7D0FF;
}
</style>