Shades of Lavender Blue #C8CEFD
Tints of Lavender Blue #C8CEFD
RGB
CMYK
RGB Variations
Color information
#C8CEFD (or 0xC8CEFD) is known color: Lavender Blue. HEX triplet: C8, CE and FD. RGB value is (200,206,253). Sum of RGB (Red+Green+Blue) = 200+206+253=659 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.35% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CEFD is #373102. Grayscale: #D1D1D1. Windows color (decimal): -3617027 or 16633544. OLE color: 16633544.
HSL color Cylindrical-coordinate representation of color #C8CEFD: hue angle of 233.21º degrees, saturation: 0.93, 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 #C8CEFD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 206 | 253 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.01 |
| HSL | 233.21º | 0.93% | 0.89% | - |
| HSV(B) | 233.21º | 0.21% | 0.99% | - |
| XYZ | 63.62 | 63.51 | 101.83 | - |
| YUV | 209.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 253 | 0.21 | 0.19 | 0 | 0.01 | 233.21 | 0.93 | 0.89 |
| Hex | C8 | CE | FD | 15 | 13 | 0 | 1 | E9 | 5D | 59 |
| Octal | 310 | 316 | 375 | 25 | 23 | 0 | 1 | 351 | 135 | 131 |
| Binary | 11001000 | 11001110 | 11111101 | 10101 | 10011 | 0 | 1 | 11101001 | 1011101 | 1011001 |
Color Harmonies of #C8CEFD
Complementary color
Monochromatic Colors of #C8CEFD
Black with #C8CEFD
Text Example
Text Example
White with #C8CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEFD; }
p { color: rgb(200,206,253); }
H1.HeaderClassName
{
color: #C8CEFD;
}
.AnyTagClassName
{
color: #C8CEFD;
}
</style>
background-color css
<style>
a { background-color: #C8CEFD; }
a { background-color: rgb(200,206,253); }
div.DivClassName
{
background-color: #C8CEFD;
}
.BgClassName
{
background-color: #C8CEFD;
}
</style>
border-color css
<style>
span { border-color: #C8CEFD; }
span { border-color: rgb(200,206,253); }
td.TdClassName
{
border-color: #C8CEFD;
}
.TagClassName
{
border-color: #C8CEFD;
}
</style>