Shades of Lavender Blue #C8CEF7
Tints of Lavender Blue #C8CEF7
RGB
CMYK
RGB Variations
Color information
#C8CEF7 (or 0xC8CEF7) is known color: Lavender Blue. HEX triplet: C8, CE and F7. RGB value is (200,206,247). Sum of RGB (Red+Green+Blue) = 200+206+247=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 247 (96.88% from 255 or 37.83% from 653); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEF7 is #373108. Grayscale: #D0D0D0. Windows color (decimal): -3617033 or 16240328. OLE color: 16240328.
HSL color Cylindrical-coordinate representation of color #C8CEF7: hue angle of 232.34º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CEF7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 206 | 247 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.03 |
| HSL | 232.34º | 0.75% | 0.88% | - |
| HSV(B) | 232.34º | 0.19% | 0.97% | - |
| XYZ | 62.68 | 63.14 | 96.88 | - |
| YUV | 208.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 247 | 0.19 | 0.17 | 0 | 0.03 | 232.34 | 0.75 | 0.88 |
| Hex | C8 | CE | F7 | 13 | 11 | 0 | 3 | E8 | 4B | 58 |
| Octal | 310 | 316 | 367 | 23 | 21 | 0 | 3 | 350 | 113 | 130 |
| Binary | 11001000 | 11001110 | 11110111 | 10011 | 10001 | 0 | 11 | 11101000 | 1001011 | 1011000 |
Color Harmonies of #C8CEF7
Complementary color
Monochromatic Colors of #C8CEF7
Black with #C8CEF7
Text Example
Text Example
White with #C8CEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEF7; }
p { color: rgb(200,206,247); }
H1.HeaderClassName
{
color: #C8CEF7;
}
.AnyTagClassName
{
color: #C8CEF7;
}
</style>
background-color css
<style>
a { background-color: #C8CEF7; }
a { background-color: rgb(200,206,247); }
div.DivClassName
{
background-color: #C8CEF7;
}
.BgClassName
{
background-color: #C8CEF7;
}
</style>
border-color css
<style>
span { border-color: #C8CEF7; }
span { border-color: rgb(200,206,247); }
td.TdClassName
{
border-color: #C8CEF7;
}
.TagClassName
{
border-color: #C8CEF7;
}
</style>