Shades of Lavender Blue #C6CEFE
Tints of Lavender Blue #C6CEFE
RGB
CMYK
RGB Variations
Color information
#C6CEFE (or 0xC6CEFE) is known color: Lavender Blue. HEX triplet: C6, CE and FE. RGB value is (198,206,254). Sum of RGB (Red+Green+Blue) = 198+206+254=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFE is #393101. Grayscale: #D0D0D0. Windows color (decimal): -3748098 or 16699078. OLE color: 16699078.
HSL color Cylindrical-coordinate representation of color #C6CEFE: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CEFE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 206 | 254 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.00 |
| HSL | 231.43º | 0.97% | 0.89% | - |
| HSV(B) | 231.43º | 0.22% | 1% | - |
| XYZ | 63.25 | 63.3 | 102.65 | - |
| YUV | 209.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 206 | 254 | 0.22 | 0.19 | 0 | 0.00 | 231.43 | 0.97 | 0.89 |
| Hex | C6 | CE | FE | 16 | 13 | 0 | 0 | E7 | 61 | 59 |
| Octal | 306 | 316 | 376 | 26 | 23 | 0 | 0 | 347 | 141 | 131 |
| Binary | 11000110 | 11001110 | 11111110 | 10110 | 10011 | 0 | 0 | 11100111 | 1100001 | 1011001 |
Color Harmonies of #C6CEFE
Complementary color
Monochromatic Colors of #C6CEFE
Black with #C6CEFE
Text Example
Text Example
White with #C6CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CEFE; }
p { color: rgb(198,206,254); }
H1.HeaderClassName
{
color: #C6CEFE;
}
.AnyTagClassName
{
color: #C6CEFE;
}
</style>
background-color css
<style>
a { background-color: #C6CEFE; }
a { background-color: rgb(198,206,254); }
div.DivClassName
{
background-color: #C6CEFE;
}
.BgClassName
{
background-color: #C6CEFE;
}
</style>
border-color css
<style>
span { border-color: #C6CEFE; }
span { border-color: rgb(198,206,254); }
td.TdClassName
{
border-color: #C6CEFE;
}
.TagClassName
{
border-color: #C6CEFE;
}
</style>