Shades of Lavender Blue #C6D1FE
Tints of Lavender Blue #C6D1FE
RGB
CMYK
RGB Variations
Color information
#C6D1FE (or 0xC6D1FE) is known color: Lavender Blue. HEX triplet: C6, D1 and FE. RGB value is (198,209,254). Sum of RGB (Red+Green+Blue) = 198+209+254=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6D1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FE is #392E01. Grayscale: #D2D2D2. Windows color (decimal): -3747330 or 16699846. OLE color: 16699846.
HSL color Cylindrical-coordinate representation of color #C6D1FE: hue angle of 228.21º 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 #C6D1FE is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 209 | 254 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.00 |
| HSL | 228.21º | 0.97% | 0.89% | - |
| HSV(B) | 228.21º | 0.22% | 1% | - |
| XYZ | 63.98 | 64.76 | 102.89 | - |
| YUV | 210.84 | 152.36 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 254 | 0.22 | 0.18 | 0 | 0.00 | 228.21 | 0.97 | 0.89 |
| Hex | C6 | D1 | FE | 16 | 12 | 0 | 0 | E4 | 61 | 59 |
| Octal | 306 | 321 | 376 | 26 | 22 | 0 | 0 | 344 | 141 | 131 |
| Binary | 11000110 | 11010001 | 11111110 | 10110 | 10010 | 0 | 0 | 11100100 | 1100001 | 1011001 |
Color Harmonies of #C6D1FE
Complementary color
Monochromatic Colors of #C6D1FE
Black with #C6D1FE
Text Example
Text Example
White with #C6D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D1FE; }
p { color: rgb(198,209,254); }
H1.HeaderClassName
{
color: #C6D1FE;
}
.AnyTagClassName
{
color: #C6D1FE;
}
</style>
background-color css
<style>
a { background-color: #C6D1FE; }
a { background-color: rgb(198,209,254); }
div.DivClassName
{
background-color: #C6D1FE;
}
.BgClassName
{
background-color: #C6D1FE;
}
</style>
border-color css
<style>
span { border-color: #C6D1FE; }
span { border-color: rgb(198,209,254); }
td.TdClassName
{
border-color: #C6D1FE;
}
.TagClassName
{
border-color: #C6D1FE;
}
</style>