Shades of Lavender Blue #C7D3FD
Tints of Lavender Blue #C7D3FD
RGB
CMYK
RGB Variations
Color information
#C7D3FD (or 0xC7D3FD) is known color: Lavender Blue. HEX triplet: C7, D3 and FD. RGB value is (199,211,253). Sum of RGB (Red+Green+Blue) = 199+211+253=663 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.02% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7D3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7D3FD is #382C02. Grayscale: #D4D4D4. Windows color (decimal): -3681283 or 16634823. OLE color: 16634823.
HSL color Cylindrical-coordinate representation of color #C7D3FD: hue angle of 226.67º 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 #C7D3FD is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 211 | 253 | - |
CMYK | 0.21 | 0.17 | 0 | 0.01 |
HSL | 226.67º | 0.93% | 0.89% | - |
HSV(B) | 226.67º | 0.21% | 0.99% | - |
XYZ | 64.58 | 65.82 | 102.23 | - |
YUV | 212.2 | 151.02 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 211 | 253 | 0.21 | 0.17 | 0 | 0.01 | 226.67 | 0.93 | 0.89 |
Hex | C7 | D3 | FD | 15 | 11 | 0 | 1 | E3 | 5D | 59 |
Octal | 307 | 323 | 375 | 25 | 21 | 0 | 1 | 343 | 135 | 131 |
Binary | 11000111 | 11010011 | 11111101 | 10101 | 10001 | 0 | 1 | 11100011 | 1011101 | 1011001 |
Color Harmonies of #C7D3FD
Complementary color
Monochromatic Colors of #C7D3FD
Black with #C7D3FD
Text Example
Text Example
White with #C7D3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D3FD; }
p { color: rgb(199,211,253); }
H1.HeaderClassName
{
color: #C7D3FD;
}
.AnyTagClassName
{
color: #C7D3FD;
}
</style>
background-color css
<style>
a { background-color: #C7D3FD; }
a { background-color: rgb(199,211,253); }
div.DivClassName
{
background-color: #C7D3FD;
}
.BgClassName
{
background-color: #C7D3FD;
}
</style>
border-color css
<style>
span { border-color: #C7D3FD; }
span { border-color: rgb(199,211,253); }
td.TdClassName
{
border-color: #C7D3FD;
}
.TagClassName
{
border-color: #C7D3FD;
}
</style>