Shades of Lavender Blue #C7BDFD
Tints of Lavender Blue #C7BDFD
RGB
CMYK
RGB Variations
Color information
#C7BDFD (or 0xC7BDFD) is known color: Lavender Blue. HEX triplet: C7, BD and FD. RGB value is (199,189,253). Sum of RGB (Red+Green+Blue) = 199+189+253=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7BDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDFD is #384202. Grayscale: #C7C7C7. Windows color (decimal): -3686915 or 16629191. OLE color: 16629191.
HSL color Cylindrical-coordinate representation of color #C7BDFD: hue angle of 249.38º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7BDFD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 189 | 253 | - |
CMYK | 0.21 | 0.25 | 0 | 0.01 |
HSL | 249.38º | 0.94% | 0.87% | - |
HSV(B) | 249.38º | 0.25% | 0.99% | - |
XYZ | 59.48 | 55.63 | 100.53 | - |
YUV | 199.29 | 158.31 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 253 | 0.21 | 0.25 | 0 | 0.01 | 249.38 | 0.94 | 0.87 |
Hex | C7 | BD | FD | 15 | 19 | 0 | 1 | F9 | 5E | 57 |
Octal | 307 | 275 | 375 | 25 | 31 | 0 | 1 | 371 | 136 | 127 |
Binary | 11000111 | 10111101 | 11111101 | 10101 | 11001 | 0 | 1 | 11111001 | 1011110 | 1010111 |
Color Harmonies of #C7BDFD
Complementary color
Monochromatic Colors of #C7BDFD
Black with #C7BDFD
Text Example
Text Example
White with #C7BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDFD; }
p { color: rgb(199,189,253); }
H1.HeaderClassName
{
color: #C7BDFD;
}
.AnyTagClassName
{
color: #C7BDFD;
}
</style>
background-color css
<style>
a { background-color: #C7BDFD; }
a { background-color: rgb(199,189,253); }
div.DivClassName
{
background-color: #C7BDFD;
}
.BgClassName
{
background-color: #C7BDFD;
}
</style>
border-color css
<style>
span { border-color: #C7BDFD; }
span { border-color: rgb(199,189,253); }
td.TdClassName
{
border-color: #C7BDFD;
}
.TagClassName
{
border-color: #C7BDFD;
}
</style>