Shades of Lavender Blue #C6B6FD
Tints of Lavender Blue #C6B6FD
RGB
CMYK
RGB Variations
Color information
#C6B6FD (or 0xC6B6FD) is known color: Lavender Blue. HEX triplet: C6, B6 and FD. RGB value is (198,182,253). Sum of RGB (Red+Green+Blue) = 198+182+253=633 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.28% from 633); Green value is 182 (71.48% from 255 or 28.75% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6B6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6B6FD is #394902. Grayscale: #C2C2C2. Windows color (decimal): -3754243 or 16627398. OLE color: 16627398.
HSL color Cylindrical-coordinate representation of color #C6B6FD: hue angle of 253.52º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C6B6FD is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 182 | 253 | - |
CMYK | 0.22 | 0.28 | 0 | 0.01 |
HSL | 253.52º | 0.95% | 0.85% | - |
HSV(B) | 253.52º | 0.28% | 0.99% | - |
XYZ | 57.75 | 52.55 | 100.03 | - |
YUV | 194.88 | 160.8 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 182 | 253 | 0.22 | 0.28 | 0 | 0.01 | 253.52 | 0.95 | 0.85 |
Hex | C6 | B6 | FD | 16 | 1C | 0 | 1 | FE | 5F | 55 |
Octal | 306 | 266 | 375 | 26 | 34 | 0 | 1 | 376 | 137 | 125 |
Binary | 11000110 | 10110110 | 11111101 | 10110 | 11100 | 0 | 1 | 11111110 | 1011111 | 1010101 |
Color Harmonies of #C6B6FD
Complementary color
Monochromatic Colors of #C6B6FD
Black with #C6B6FD
Text Example
Text Example
White with #C6B6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B6FD; }
p { color: rgb(198,182,253); }
H1.HeaderClassName
{
color: #C6B6FD;
}
.AnyTagClassName
{
color: #C6B6FD;
}
</style>
background-color css
<style>
a { background-color: #C6B6FD; }
a { background-color: rgb(198,182,253); }
div.DivClassName
{
background-color: #C6B6FD;
}
.BgClassName
{
background-color: #C6B6FD;
}
</style>
border-color css
<style>
span { border-color: #C6B6FD; }
span { border-color: rgb(198,182,253); }
td.TdClassName
{
border-color: #C6B6FD;
}
.TagClassName
{
border-color: #C6B6FD;
}
</style>