Shades of Lavender Blue #C6D1FF
Tints of Lavender Blue #C6D1FF
RGB
CMYK
RGB Variations
Color information
#C6D1FF (or 0xC6D1FF) is known color: Lavender Blue. HEX triplet: C6, D1 and FF. RGB value is (198,209,255). Sum of RGB (Red+Green+Blue) = 198+209+255=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D1FF is #392E00. Grayscale: #D2D2D2. Windows color (decimal): -3747329 or 16765382. OLE color: 16765382.
HSL color Cylindrical-coordinate representation of color #C6D1FF: hue angle of 228.42º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6D1FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 209 | 255 | - |
| CMYK | 0.22 | 0.18 | 0 | 0 |
| HSL | 228.42º | 1% | 0.89% | - |
| HSV(B) | 228.42º | 0.22% | 1% | - |
| XYZ | 64.14 | 64.83 | 103.74 | - |
| YUV | 210.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 255 | 0.22 | 0.18 | 0 | 0 | 228.42 | 1 | 0.89 |
| Hex | C6 | D1 | FF | 16 | 12 | 0 | 0 | E4 | 64 | 59 |
| Octal | 306 | 321 | 377 | 26 | 22 | 0 | 0 | 344 | 144 | 131 |
| Binary | 11000110 | 11010001 | 11111111 | 10110 | 10010 | 0 | 0 | 11100100 | 1100100 | 1011001 |
Color Harmonies of #C6D1FF
Complementary color
Monochromatic Colors of #C6D1FF
Black with #C6D1FF
Text Example
Text Example
White with #C6D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D1FF; }
p { color: rgb(198,209,255); }
H1.HeaderClassName
{
color: #C6D1FF;
}
.AnyTagClassName
{
color: #C6D1FF;
}
</style>
background-color css
<style>
a { background-color: #C6D1FF; }
a { background-color: rgb(198,209,255); }
div.DivClassName
{
background-color: #C6D1FF;
}
.BgClassName
{
background-color: #C6D1FF;
}
</style>
border-color css
<style>
span { border-color: #C6D1FF; }
span { border-color: rgb(198,209,255); }
td.TdClassName
{
border-color: #C6D1FF;
}
.TagClassName
{
border-color: #C6D1FF;
}
</style>