Shades of Lavender Blue #C8C7F2
Tints of Lavender Blue #C8C7F2
RGB
CMYK
RGB Variations
Color information
#C8C7F2 (or 0xC8C7F2) is known color: Lavender Blue. HEX triplet: C8, C7 and F2. RGB value is (200,199,242). Sum of RGB (Red+Green+Blue) = 200+199+242=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 199 (78.12% from 255 or 31.05% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8C7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C7F2 is #37380D. Grayscale: #CCCCCC. Windows color (decimal): -3618830 or 15910856. OLE color: 15910856.
HSL color Cylindrical-coordinate representation of color #C8C7F2: hue angle of 241.4º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C7F2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 199 | 242 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.05 |
| HSL | 241.4º | 0.62% | 0.86% | - |
| HSV(B) | 241.4º | 0.18% | 0.95% | - |
| XYZ | 60.27 | 59.54 | 92.32 | - |
| YUV | 204.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 199 | 242 | 0.17 | 0.18 | 0 | 0.05 | 241.4 | 0.62 | 0.86 |
| Hex | C8 | C7 | F2 | 11 | 12 | 0 | 5 | F1 | 3E | 56 |
| Octal | 310 | 307 | 362 | 21 | 22 | 0 | 5 | 361 | 76 | 126 |
| Binary | 11001000 | 11000111 | 11110010 | 10001 | 10010 | 0 | 101 | 11110001 | 111110 | 1010110 |
Color Harmonies of #C8C7F2
Complementary color
Monochromatic Colors of #C8C7F2
Black with #C8C7F2
Text Example
Text Example
White with #C8C7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7F2; }
p { color: rgb(200,199,242); }
H1.HeaderClassName
{
color: #C8C7F2;
}
.AnyTagClassName
{
color: #C8C7F2;
}
</style>
background-color css
<style>
a { background-color: #C8C7F2; }
a { background-color: rgb(200,199,242); }
div.DivClassName
{
background-color: #C8C7F2;
}
.BgClassName
{
background-color: #C8C7F2;
}
</style>
border-color css
<style>
span { border-color: #C8C7F2; }
span { border-color: rgb(200,199,242); }
td.TdClassName
{
border-color: #C8C7F2;
}
.TagClassName
{
border-color: #C8C7F2;
}
</style>