Shades of Lavender Blue #C6CDF8
Tints of Lavender Blue #C6CDF8
RGB
CMYK
RGB Variations
Color information
#C6CDF8 (or 0xC6CDF8) is known color: Lavender Blue. HEX triplet: C6, CD and F8. RGB value is (198,205,248). Sum of RGB (Red+Green+Blue) = 198+205+248=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDF8 is #393207. Grayscale: #CFCFCF. Windows color (decimal): -3748360 or 16305606. OLE color: 16305606.
HSL color Cylindrical-coordinate representation of color #C6CDF8: hue angle of 231.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6CDF8 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 205 | 248 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.03 |
| HSL | 231.6º | 0.78% | 0.87% | - |
| HSV(B) | 231.6º | 0.2% | 0.97% | - |
| XYZ | 62.06 | 62.45 | 97.59 | - |
| YUV | 207.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 248 | 0.20 | 0.17 | 0 | 0.03 | 231.6 | 0.78 | 0.87 |
| Hex | C6 | CD | F8 | 14 | 11 | 0 | 3 | E8 | 4E | 57 |
| Octal | 306 | 315 | 370 | 24 | 21 | 0 | 3 | 350 | 116 | 127 |
| Binary | 11000110 | 11001101 | 11111000 | 10100 | 10001 | 0 | 11 | 11101000 | 1001110 | 1010111 |
Color Harmonies of #C6CDF8
Complementary color
Monochromatic Colors of #C6CDF8
Black with #C6CDF8
Text Example
Text Example
White with #C6CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDF8; }
p { color: rgb(198,205,248); }
H1.HeaderClassName
{
color: #C6CDF8;
}
.AnyTagClassName
{
color: #C6CDF8;
}
</style>
background-color css
<style>
a { background-color: #C6CDF8; }
a { background-color: rgb(198,205,248); }
div.DivClassName
{
background-color: #C6CDF8;
}
.BgClassName
{
background-color: #C6CDF8;
}
</style>
border-color css
<style>
span { border-color: #C6CDF8; }
span { border-color: rgb(198,205,248); }
td.TdClassName
{
border-color: #C6CDF8;
}
.TagClassName
{
border-color: #C6CDF8;
}
</style>