Shades of Lavender Blue #C8C2FA
Tints of Lavender Blue #C8C2FA
RGB
CMYK
RGB Variations
Color information
#C8C2FA (or 0xC8C2FA) is known color: Lavender Blue. HEX triplet: C8, C2 and FA. RGB value is (200,194,250). Sum of RGB (Red+Green+Blue) = 200+194+250=644 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.06% from 644); Green value is 194 (76.17% from 255 or 30.12% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8C2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2FA is #373D05. Grayscale: #C9C9C9. Windows color (decimal): -3620102 or 16433864. OLE color: 16433864.
HSL color Cylindrical-coordinate representation of color #C8C2FA: hue angle of 246.43º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8C2FA is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 194 | 250 | - |
| CMYK | 0.2 | 0.22 | 0 | 0.02 |
| HSL | 246.43º | 0.85% | 0.87% | - |
| HSV(B) | 246.43º | 0.22% | 0.98% | - |
| XYZ | 60.37 | 57.77 | 98.41 | - |
| YUV | 202.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 250 | 0.2 | 0.22 | 0 | 0.02 | 246.43 | 0.85 | 0.87 |
| Hex | C8 | C2 | FA | 14 | 16 | 0 | 2 | F6 | 55 | 57 |
| Octal | 310 | 302 | 372 | 24 | 26 | 0 | 2 | 366 | 125 | 127 |
| Binary | 11001000 | 11000010 | 11111010 | 10100 | 10110 | 0 | 10 | 11110110 | 1010101 | 1010111 |
Color Harmonies of #C8C2FA
Complementary color
Monochromatic Colors of #C8C2FA
Black with #C8C2FA
Text Example
Text Example
White with #C8C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2FA; }
p { color: rgb(200,194,250); }
H1.HeaderClassName
{
color: #C8C2FA;
}
.AnyTagClassName
{
color: #C8C2FA;
}
</style>
background-color css
<style>
a { background-color: #C8C2FA; }
a { background-color: rgb(200,194,250); }
div.DivClassName
{
background-color: #C8C2FA;
}
.BgClassName
{
background-color: #C8C2FA;
}
</style>
border-color css
<style>
span { border-color: #C8C2FA; }
span { border-color: rgb(200,194,250); }
td.TdClassName
{
border-color: #C8C2FA;
}
.TagClassName
{
border-color: #C8C2FA;
}
</style>