Shades of Lavender Blue #C8C9EF
Tints of Lavender Blue #C8C9EF
RGB
CMYK
RGB Variations
Color information
#C8C9EF (or 0xC8C9EF) is known color: Lavender Blue. HEX triplet: C8, C9 and EF. RGB value is (200,201,239). Sum of RGB (Red+Green+Blue) = 200+201+239=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8C9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C9EF is #373610. Grayscale: #CCCCCC. Windows color (decimal): -3618321 or 15714760. OLE color: 15714760.
HSL color Cylindrical-coordinate representation of color #C8C9EF: hue angle of 238.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C9EF is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 201 | 239 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.06 |
| HSL | 238.46º | 0.55% | 0.86% | - |
| HSV(B) | 238.46º | 0.16% | 0.94% | - |
| XYZ | 60.29 | 60.28 | 90.12 | - |
| YUV | 205.03 | 147.17 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 201 | 239 | 0.16 | 0.16 | 0 | 0.06 | 238.46 | 0.55 | 0.86 |
| Hex | C8 | C9 | EF | 10 | 10 | 0 | 6 | EE | 37 | 56 |
| Octal | 310 | 311 | 357 | 20 | 20 | 0 | 6 | 356 | 67 | 126 |
| Binary | 11001000 | 11001001 | 11101111 | 10000 | 10000 | 0 | 110 | 11101110 | 110111 | 1010110 |
Color Harmonies of #C8C9EF
Complementary color
Monochromatic Colors of #C8C9EF
Black with #C8C9EF
Text Example
Text Example
White with #C8C9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C9EF; }
p { color: rgb(200,201,239); }
H1.HeaderClassName
{
color: #C8C9EF;
}
.AnyTagClassName
{
color: #C8C9EF;
}
</style>
background-color css
<style>
a { background-color: #C8C9EF; }
a { background-color: rgb(200,201,239); }
div.DivClassName
{
background-color: #C8C9EF;
}
.BgClassName
{
background-color: #C8C9EF;
}
</style>
border-color css
<style>
span { border-color: #C8C9EF; }
span { border-color: rgb(200,201,239); }
td.TdClassName
{
border-color: #C8C9EF;
}
.TagClassName
{
border-color: #C8C9EF;
}
</style>