Shades of Lavender Blue #C7CFFD
Tints of Lavender Blue #C7CFFD
RGB
CMYK
RGB Variations
Color information
#C7CFFD (or 0xC7CFFD) is known color: Lavender Blue. HEX triplet: C7, CF and FD. RGB value is (199,207,253). Sum of RGB (Red+Green+Blue) = 199+207+253=659 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.20% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7CFFD is #383002. Grayscale: #D1D1D1. Windows color (decimal): -3682307 or 16633799. OLE color: 16633799.
HSL color Cylindrical-coordinate representation of color #C7CFFD: hue angle of 231.11º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7CFFD is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 207 | 253 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.01 |
| HSL | 231.11º | 0.93% | 0.89% | - |
| HSV(B) | 231.11º | 0.21% | 0.99% | - |
| XYZ | 63.6 | 63.86 | 101.9 | - |
| YUV | 209.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 207 | 253 | 0.21 | 0.18 | 0 | 0.01 | 231.11 | 0.93 | 0.89 |
| Hex | C7 | CF | FD | 15 | 12 | 0 | 1 | E7 | 5D | 59 |
| Octal | 307 | 317 | 375 | 25 | 22 | 0 | 1 | 347 | 135 | 131 |
| Binary | 11000111 | 11001111 | 11111101 | 10101 | 10010 | 0 | 1 | 11100111 | 1011101 | 1011001 |
Color Harmonies of #C7CFFD
Complementary color
Monochromatic Colors of #C7CFFD
Black with #C7CFFD
Text Example
Text Example
White with #C7CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CFFD; }
p { color: rgb(199,207,253); }
H1.HeaderClassName
{
color: #C7CFFD;
}
.AnyTagClassName
{
color: #C7CFFD;
}
</style>
background-color css
<style>
a { background-color: #C7CFFD; }
a { background-color: rgb(199,207,253); }
div.DivClassName
{
background-color: #C7CFFD;
}
.BgClassName
{
background-color: #C7CFFD;
}
</style>
border-color css
<style>
span { border-color: #C7CFFD; }
span { border-color: rgb(199,207,253); }
td.TdClassName
{
border-color: #C7CFFD;
}
.TagClassName
{
border-color: #C7CFFD;
}
</style>