Shades of Lavender Blue #C8CEFA
Tints of Lavender Blue #C8CEFA
RGB
CMYK
RGB Variations
Color information
#C8CEFA (or 0xC8CEFA) is known color: Lavender Blue. HEX triplet: C8, CE and FA. RGB value is (200,206,250). Sum of RGB (Red+Green+Blue) = 200+206+250=656 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.49% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFA is #373105. Grayscale: #D1D1D1. Windows color (decimal): -3617030 or 16436936. OLE color: 16436936.
HSL color Cylindrical-coordinate representation of color #C8CEFA: hue angle of 232.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CEFA is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 206 | 250 | - |
| CMYK | 0.2 | 0.18 | 0 | 0.02 |
| HSL | 232.8º | 0.83% | 0.88% | - |
| HSV(B) | 232.8º | 0.2% | 0.98% | - |
| XYZ | 63.15 | 63.32 | 99.34 | - |
| YUV | 209.22 | 151.01 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 250 | 0.2 | 0.18 | 0 | 0.02 | 232.8 | 0.83 | 0.88 |
| Hex | C8 | CE | FA | 14 | 12 | 0 | 2 | E9 | 53 | 58 |
| Octal | 310 | 316 | 372 | 24 | 22 | 0 | 2 | 351 | 123 | 130 |
| Binary | 11001000 | 11001110 | 11111010 | 10100 | 10010 | 0 | 10 | 11101001 | 1010011 | 1011000 |
Color Harmonies of #C8CEFA
Complementary color
Monochromatic Colors of #C8CEFA
Black with #C8CEFA
Text Example
Text Example
White with #C8CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEFA; }
p { color: rgb(200,206,250); }
H1.HeaderClassName
{
color: #C8CEFA;
}
.AnyTagClassName
{
color: #C8CEFA;
}
</style>
background-color css
<style>
a { background-color: #C8CEFA; }
a { background-color: rgb(200,206,250); }
div.DivClassName
{
background-color: #C8CEFA;
}
.BgClassName
{
background-color: #C8CEFA;
}
</style>
border-color css
<style>
span { border-color: #C8CEFA; }
span { border-color: rgb(200,206,250); }
td.TdClassName
{
border-color: #C8CEFA;
}
.TagClassName
{
border-color: #C8CEFA;
}
</style>