Shades of Lavender Blue #C8CEFC
Tints of Lavender Blue #C8CEFC
RGB
CMYK
RGB Variations
Color information
#C8CEFC (or 0xC8CEFC) is known color: Lavender Blue. HEX triplet: C8, CE and FC. RGB value is (200,206,252). Sum of RGB (Red+Green+Blue) = 200+206+252=658 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.40% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 252 (98.83% from 255 or 38.30% from 658); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFC is #373103. Grayscale: #D1D1D1. Windows color (decimal): -3617028 or 16568008. OLE color: 16568008.
HSL color Cylindrical-coordinate representation of color #C8CEFC: hue angle of 233.08º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8CEFC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 206 | 252 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.01 |
| HSL | 233.08º | 0.9% | 0.89% | - |
| HSV(B) | 233.08º | 0.21% | 0.99% | - |
| XYZ | 63.46 | 63.45 | 101 | - |
| YUV | 209.45 | 152.01 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 252 | 0.21 | 0.18 | 0 | 0.01 | 233.08 | 0.9 | 0.89 |
| Hex | C8 | CE | FC | 15 | 12 | 0 | 1 | E9 | 5A | 59 |
| Octal | 310 | 316 | 374 | 25 | 22 | 0 | 1 | 351 | 132 | 131 |
| Binary | 11001000 | 11001110 | 11111100 | 10101 | 10010 | 0 | 1 | 11101001 | 1011010 | 1011001 |
Color Harmonies of #C8CEFC
Complementary color
Monochromatic Colors of #C8CEFC
Black with #C8CEFC
Text Example
Text Example
White with #C8CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEFC; }
p { color: rgb(200,206,252); }
H1.HeaderClassName
{
color: #C8CEFC;
}
.AnyTagClassName
{
color: #C8CEFC;
}
</style>
background-color css
<style>
a { background-color: #C8CEFC; }
a { background-color: rgb(200,206,252); }
div.DivClassName
{
background-color: #C8CEFC;
}
.BgClassName
{
background-color: #C8CEFC;
}
</style>
border-color css
<style>
span { border-color: #C8CEFC; }
span { border-color: rgb(200,206,252); }
td.TdClassName
{
border-color: #C8CEFC;
}
.TagClassName
{
border-color: #C8CEFC;
}
</style>