Shades of Lavender Blue #C6CEFD
Tints of Lavender Blue #C6CEFD
RGB
CMYK
RGB Variations
Color information
#C6CEFD (or 0xC6CEFD) is known color: Lavender Blue. HEX triplet: C6, CE and FD. RGB value is (198,206,253). Sum of RGB (Red+Green+Blue) = 198+206+253=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFD is #393102. Grayscale: #D0D0D0. Windows color (decimal): -3748099 or 16633542. OLE color: 16633542.
HSL color Cylindrical-coordinate representation of color #C6CEFD: hue angle of 231.27º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CEFD is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 206 | 253 | - |
CMYK | 0.22 | 0.19 | 0 | 0.01 |
HSL | 231.27º | 0.93% | 0.88% | - |
HSV(B) | 231.27º | 0.22% | 0.99% | - |
XYZ | 63.09 | 63.24 | 101.81 | - |
YUV | 208.97 | 152.85 | 120.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 206 | 253 | 0.22 | 0.19 | 0 | 0.01 | 231.27 | 0.93 | 0.88 |
Hex | C6 | CE | FD | 16 | 13 | 0 | 1 | E7 | 5D | 58 |
Octal | 306 | 316 | 375 | 26 | 23 | 0 | 1 | 347 | 135 | 130 |
Binary | 11000110 | 11001110 | 11111101 | 10110 | 10011 | 0 | 1 | 11100111 | 1011101 | 1011000 |
Color Harmonies of #C6CEFD
Complementary color
Monochromatic Colors of #C6CEFD
Black with #C6CEFD
Text Example
Text Example
White with #C6CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEFD; }
p { color: rgb(198,206,253); }
H1.HeaderClassName
{
color: #C6CEFD;
}
.AnyTagClassName
{
color: #C6CEFD;
}
</style>
background-color css
<style>
a { background-color: #C6CEFD; }
a { background-color: rgb(198,206,253); }
div.DivClassName
{
background-color: #C6CEFD;
}
.BgClassName
{
background-color: #C6CEFD;
}
</style>
border-color css
<style>
span { border-color: #C6CEFD; }
span { border-color: rgb(198,206,253); }
td.TdClassName
{
border-color: #C6CEFD;
}
.TagClassName
{
border-color: #C6CEFD;
}
</style>