Shades of Lavender Blue #C6CDFB
Tints of Lavender Blue #C6CDFB
RGB
CMYK
RGB Variations
Color information
#C6CDFB (or 0xC6CDFB) is known color: Lavender Blue. HEX triplet: C6, CD and FB. RGB value is (198,205,251). Sum of RGB (Red+Green+Blue) = 198+205+251=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #C6CDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDFB is #393204. Grayscale: #CFCFCF. Windows color (decimal): -3748357 or 16502214. OLE color: 16502214.
HSL color Cylindrical-coordinate representation of color #C6CDFB: hue angle of 232.08º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CDFB is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 205 | 251 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.02 |
| HSL | 232.08º | 0.87% | 0.88% | - |
| HSV(B) | 232.08º | 0.21% | 0.98% | - |
| XYZ | 62.53 | 62.63 | 100.06 | - |
| YUV | 208.15 | 152.18 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 205 | 251 | 0.21 | 0.18 | 0 | 0.02 | 232.08 | 0.87 | 0.88 |
| Hex | C6 | CD | FB | 15 | 12 | 0 | 2 | E8 | 57 | 58 |
| Octal | 306 | 315 | 373 | 25 | 22 | 0 | 2 | 350 | 127 | 130 |
| Binary | 11000110 | 11001101 | 11111011 | 10101 | 10010 | 0 | 10 | 11101000 | 1010111 | 1011000 |
Color Harmonies of #C6CDFB
Complementary color
Monochromatic Colors of #C6CDFB
Black with #C6CDFB
Text Example
Text Example
White with #C6CDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CDFB; }
p { color: rgb(198,205,251); }
H1.HeaderClassName
{
color: #C6CDFB;
}
.AnyTagClassName
{
color: #C6CDFB;
}
</style>
background-color css
<style>
a { background-color: #C6CDFB; }
a { background-color: rgb(198,205,251); }
div.DivClassName
{
background-color: #C6CDFB;
}
.BgClassName
{
background-color: #C6CDFB;
}
</style>
border-color css
<style>
span { border-color: #C6CDFB; }
span { border-color: rgb(198,205,251); }
td.TdClassName
{
border-color: #C6CDFB;
}
.TagClassName
{
border-color: #C6CDFB;
}
</style>