Shades of Lavender Blue #C9C7EA
Tints of Lavender Blue #C9C7EA
RGB
CMYK
RGB Variations
Color information
#C9C7EA (or 0xC9C7EA) is known color: Lavender Blue. HEX triplet: C9, C7 and EA. RGB value is (201,199,234). Sum of RGB (Red+Green+Blue) = 201+199+234=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #C9C7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C7EA is #363815. Grayscale: #CBCBCB. Windows color (decimal): -3553302 or 15386569. OLE color: 15386569.
HSL color Cylindrical-coordinate representation of color #C9C7EA: hue angle of 243.43º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9C7EA is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 199 | 234 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.08 |
| HSL | 243.43º | 0.45% | 0.85% | - |
| HSV(B) | 243.43º | 0.15% | 0.92% | - |
| XYZ | 59.36 | 59.2 | 86.14 | - |
| YUV | 203.59 | 145.16 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 234 | 0.14 | 0.15 | 0 | 0.08 | 243.43 | 0.45 | 0.85 |
| Hex | C9 | C7 | EA | E | F | 0 | 8 | F3 | 2D | 55 |
| Octal | 311 | 307 | 352 | 16 | 17 | 0 | 10 | 363 | 55 | 125 |
| Binary | 11001001 | 11000111 | 11101010 | 1110 | 1111 | 0 | 1000 | 11110011 | 101101 | 1010101 |
Color Harmonies of #C9C7EA
Complementary color
Monochromatic Colors of #C9C7EA
Black with #C9C7EA
Text Example
Text Example
White with #C9C7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C7EA; }
p { color: rgb(201,199,234); }
H1.HeaderClassName
{
color: #C9C7EA;
}
.AnyTagClassName
{
color: #C9C7EA;
}
</style>
background-color css
<style>
a { background-color: #C9C7EA; }
a { background-color: rgb(201,199,234); }
div.DivClassName
{
background-color: #C9C7EA;
}
.BgClassName
{
background-color: #C9C7EA;
}
</style>
border-color css
<style>
span { border-color: #C9C7EA; }
span { border-color: rgb(201,199,234); }
td.TdClassName
{
border-color: #C9C7EA;
}
.TagClassName
{
border-color: #C9C7EA;
}
</style>