Shades of Lavender Blue #C9C7FB
Tints of Lavender Blue #C9C7FB
RGB
CMYK
RGB Variations
Color information
#C9C7FB (or 0xC9C7FB) is known color: Lavender Blue. HEX triplet: C9, C7 and FB. RGB value is (201,199,251). Sum of RGB (Red+Green+Blue) = 201+199+251=651 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.88% from 651); Green value is 199 (78.12% from 255 or 30.57% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9C7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7FB is #363804. Grayscale: #CDCDCD. Windows color (decimal): -3553285 or 16500681. OLE color: 16500681.
HSL color Cylindrical-coordinate representation of color #C9C7FB: hue angle of 242.31º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9C7FB is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 201 | 199 | 251 | - |
CMYK | 0.20 | 0.21 | 0 | 0.02 |
HSL | 242.31º | 0.87% | 0.88% | - |
HSV(B) | 242.31º | 0.21% | 0.98% | - |
XYZ | 61.92 | 60.23 | 99.63 | - |
YUV | 205.53 | 153.66 | 124.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 199 | 251 | 0.20 | 0.21 | 0 | 0.02 | 242.31 | 0.87 | 0.88 |
Hex | C9 | C7 | FB | 14 | 15 | 0 | 2 | F2 | 57 | 58 |
Octal | 311 | 307 | 373 | 24 | 25 | 0 | 2 | 362 | 127 | 130 |
Binary | 11001001 | 11000111 | 11111011 | 10100 | 10101 | 0 | 10 | 11110010 | 1010111 | 1011000 |
Color Harmonies of #C9C7FB
Complementary color
Monochromatic Colors of #C9C7FB
Black with #C9C7FB
Text Example
Text Example
White with #C9C7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7FB; }
p { color: rgb(201,199,251); }
H1.HeaderClassName
{
color: #C9C7FB;
}
.AnyTagClassName
{
color: #C9C7FB;
}
</style>
background-color css
<style>
a { background-color: #C9C7FB; }
a { background-color: rgb(201,199,251); }
div.DivClassName
{
background-color: #C9C7FB;
}
.BgClassName
{
background-color: #C9C7FB;
}
</style>
border-color css
<style>
span { border-color: #C9C7FB; }
span { border-color: rgb(201,199,251); }
td.TdClassName
{
border-color: #C9C7FB;
}
.TagClassName
{
border-color: #C9C7FB;
}
</style>