Shades of Lavender Blue #C8C4EB
Tints of Lavender Blue #C8C4EB
RGB
CMYK
RGB Variations
Color information
#C8C4EB (or 0xC8C4EB) is known color: Lavender Blue. HEX triplet: C8, C4 and EB. RGB value is (200,196,235). Sum of RGB (Red+Green+Blue) = 200+196+235=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8C4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4EB is #373B14. Grayscale: #C9C9C9. Windows color (decimal): -3619605 or 15451336. OLE color: 15451336.
HSL color Cylindrical-coordinate representation of color #C8C4EB: hue angle of 246.15º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8C4EB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 196 | 235 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.08 |
| HSL | 246.15º | 0.49% | 0.85% | - |
| HSV(B) | 246.15º | 0.17% | 0.92% | - |
| XYZ | 58.55 | 57.76 | 86.66 | - |
| YUV | 201.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 235 | 0.15 | 0.17 | 0 | 0.08 | 246.15 | 0.49 | 0.85 |
| Hex | C8 | C4 | EB | F | 11 | 0 | 8 | F6 | 31 | 55 |
| Octal | 310 | 304 | 353 | 17 | 21 | 0 | 10 | 366 | 61 | 125 |
| Binary | 11001000 | 11000100 | 11101011 | 1111 | 10001 | 0 | 1000 | 11110110 | 110001 | 1010101 |
Color Harmonies of #C8C4EB
Complementary color
Monochromatic Colors of #C8C4EB
Black with #C8C4EB
Text Example
Text Example
White with #C8C4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4EB; }
p { color: rgb(200,196,235); }
H1.HeaderClassName
{
color: #C8C4EB;
}
.AnyTagClassName
{
color: #C8C4EB;
}
</style>
background-color css
<style>
a { background-color: #C8C4EB; }
a { background-color: rgb(200,196,235); }
div.DivClassName
{
background-color: #C8C4EB;
}
.BgClassName
{
background-color: #C8C4EB;
}
</style>
border-color css
<style>
span { border-color: #C8C4EB; }
span { border-color: rgb(200,196,235); }
td.TdClassName
{
border-color: #C8C4EB;
}
.TagClassName
{
border-color: #C8C4EB;
}
</style>