Shades of Lavender Blue #C7D4FF
Tints of Lavender Blue #C7D4FF
RGB
CMYK
RGB Variations
Color information
#C7D4FF (or 0xC7D4FF) is known color: Lavender Blue. HEX triplet: C7, D4 and FF. RGB value is (199,212,255). Sum of RGB (Red+Green+Blue) = 199+212+255=666 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.88% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #C7D4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D4FF is #382B00. Grayscale: #D4D4D4. Windows color (decimal): -3681025 or 16766151. OLE color: 16766151.
HSL color Cylindrical-coordinate representation of color #C7D4FF: hue angle of 226.07º 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 #C7D4FF is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 212 | 255 | - |
| CMYK | 0.22 | 0.17 | 0 | 0 |
| HSL | 226.07º | 1% | 0.89% | - |
| HSV(B) | 226.07º | 0.22% | 1% | - |
| XYZ | 65.15 | 66.45 | 104 | - |
| YUV | 213.02 | 151.69 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 255 | 0.22 | 0.17 | 0 | 0 | 226.07 | 1 | 0.89 |
| Hex | C7 | D4 | FF | 16 | 11 | 0 | 0 | E2 | 64 | 59 |
| Octal | 307 | 324 | 377 | 26 | 21 | 0 | 0 | 342 | 144 | 131 |
| Binary | 11000111 | 11010100 | 11111111 | 10110 | 10001 | 0 | 0 | 11100010 | 1100100 | 1011001 |
Color Harmonies of #C7D4FF
Complementary color
Monochromatic Colors of #C7D4FF
Black with #C7D4FF
Text Example
Text Example
White with #C7D4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D4FF; }
p { color: rgb(199,212,255); }
H1.HeaderClassName
{
color: #C7D4FF;
}
.AnyTagClassName
{
color: #C7D4FF;
}
</style>
background-color css
<style>
a { background-color: #C7D4FF; }
a { background-color: rgb(199,212,255); }
div.DivClassName
{
background-color: #C7D4FF;
}
.BgClassName
{
background-color: #C7D4FF;
}
</style>
border-color css
<style>
span { border-color: #C7D4FF; }
span { border-color: rgb(199,212,255); }
td.TdClassName
{
border-color: #C7D4FF;
}
.TagClassName
{
border-color: #C7D4FF;
}
</style>