Shades of Lavender Blue #C6CBFD
Tints of Lavender Blue #C6CBFD
RGB
CMYK
RGB Variations
Color information
#C6CBFD (or 0xC6CBFD) is known color: Lavender Blue. HEX triplet: C6, CB and FD. RGB value is (198,203,253). Sum of RGB (Red+Green+Blue) = 198+203+253=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #C6CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFD is #393402. Grayscale: #CFCFCF. Windows color (decimal): -3748867 or 16632774. OLE color: 16632774.
HSL color Cylindrical-coordinate representation of color #C6CBFD: hue angle of 234.55º 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 #C6CBFD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 203 | 253 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.01 |
| HSL | 234.55º | 0.93% | 0.88% | - |
| HSV(B) | 234.55º | 0.22% | 0.99% | - |
| XYZ | 62.37 | 61.81 | 101.57 | - |
| YUV | 207.21 | 153.84 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 253 | 0.22 | 0.20 | 0 | 0.01 | 234.55 | 0.93 | 0.88 |
| Hex | C6 | CB | FD | 16 | 14 | 0 | 1 | EB | 5D | 58 |
| Octal | 306 | 313 | 375 | 26 | 24 | 0 | 1 | 353 | 135 | 130 |
| Binary | 11000110 | 11001011 | 11111101 | 10110 | 10100 | 0 | 1 | 11101011 | 1011101 | 1011000 |
Color Harmonies of #C6CBFD
Complementary color
Monochromatic Colors of #C6CBFD
Black with #C6CBFD
Text Example
Text Example
White with #C6CBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CBFD; }
p { color: rgb(198,203,253); }
H1.HeaderClassName
{
color: #C6CBFD;
}
.AnyTagClassName
{
color: #C6CBFD;
}
</style>
background-color css
<style>
a { background-color: #C6CBFD; }
a { background-color: rgb(198,203,253); }
div.DivClassName
{
background-color: #C6CBFD;
}
.BgClassName
{
background-color: #C6CBFD;
}
</style>
border-color css
<style>
span { border-color: #C6CBFD; }
span { border-color: rgb(198,203,253); }
td.TdClassName
{
border-color: #C6CBFD;
}
.TagClassName
{
border-color: #C6CBFD;
}
</style>