Shades of Lavender Blue #C8CEFF
Tints of Lavender Blue #C8CEFF
RGB
CMYK
RGB Variations
Color information
#C8CEFF (or 0xC8CEFF) is known color: Lavender Blue. HEX triplet: C8, CE and FF. RGB value is (200,206,255). Sum of RGB (Red+Green+Blue) = 200+206+255=661 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.26% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFF is #373100. Grayscale: #D1D1D1. Windows color (decimal): -3617025 or 16764616. OLE color: 16764616.
HSL color Cylindrical-coordinate representation of color #C8CEFF: hue angle of 233.45º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8CEFF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 206 | 255 | - |
| CMYK | 0.22 | 0.19 | 0 | 0 |
| HSL | 233.45º | 1% | 0.89% | - |
| HSV(B) | 233.45º | 0.22% | 1% | - |
| XYZ | 63.94 | 63.64 | 103.52 | - |
| YUV | 209.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 255 | 0.22 | 0.19 | 0 | 0 | 233.45 | 1 | 0.89 |
| Hex | C8 | CE | FF | 16 | 13 | 0 | 0 | E9 | 64 | 59 |
| Octal | 310 | 316 | 377 | 26 | 23 | 0 | 0 | 351 | 144 | 131 |
| Binary | 11001000 | 11001110 | 11111111 | 10110 | 10011 | 0 | 0 | 11101001 | 1100100 | 1011001 |
Color Harmonies of #C8CEFF
Complementary color
Monochromatic Colors of #C8CEFF
Black with #C8CEFF
Text Example
Text Example
White with #C8CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEFF; }
p { color: rgb(200,206,255); }
H1.HeaderClassName
{
color: #C8CEFF;
}
.AnyTagClassName
{
color: #C8CEFF;
}
</style>
background-color css
<style>
a { background-color: #C8CEFF; }
a { background-color: rgb(200,206,255); }
div.DivClassName
{
background-color: #C8CEFF;
}
.BgClassName
{
background-color: #C8CEFF;
}
</style>
border-color css
<style>
span { border-color: #C8CEFF; }
span { border-color: rgb(200,206,255); }
td.TdClassName
{
border-color: #C8CEFF;
}
.TagClassName
{
border-color: #C8CEFF;
}
</style>