Shades of Lavender Blue #C6D2FE
Tints of Lavender Blue #C6D2FE
RGB
CMYK
RGB Variations
Color information
#C6D2FE (or 0xC6D2FE) is known color: Lavender Blue. HEX triplet: C6, D2 and FE. RGB value is (198,210,254). Sum of RGB (Red+Green+Blue) = 198+210+254=662 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.91% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D2FE is #392D01. Grayscale: #D3D3D3. Windows color (decimal): -3747074 or 16700102. OLE color: 16700102.
HSL color Cylindrical-coordinate representation of color #C6D2FE: hue angle of 227.14º 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 #C6D2FE is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 210 | 254 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.00 |
| HSL | 227.14º | 0.97% | 0.89% | - |
| HSV(B) | 227.14º | 0.22% | 1% | - |
| XYZ | 64.22 | 65.25 | 102.98 | - |
| YUV | 211.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 254 | 0.22 | 0.17 | 0 | 0.00 | 227.14 | 0.97 | 0.89 |
| Hex | C6 | D2 | FE | 16 | 11 | 0 | 0 | E3 | 61 | 59 |
| Octal | 306 | 322 | 376 | 26 | 21 | 0 | 0 | 343 | 141 | 131 |
| Binary | 11000110 | 11010010 | 11111110 | 10110 | 10001 | 0 | 0 | 11100011 | 1100001 | 1011001 |
Color Harmonies of #C6D2FE
Complementary color
Monochromatic Colors of #C6D2FE
Black with #C6D2FE
Text Example
Text Example
White with #C6D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2FE; }
p { color: rgb(198,210,254); }
H1.HeaderClassName
{
color: #C6D2FE;
}
.AnyTagClassName
{
color: #C6D2FE;
}
</style>
background-color css
<style>
a { background-color: #C6D2FE; }
a { background-color: rgb(198,210,254); }
div.DivClassName
{
background-color: #C6D2FE;
}
.BgClassName
{
background-color: #C6D2FE;
}
</style>
border-color css
<style>
span { border-color: #C6D2FE; }
span { border-color: rgb(198,210,254); }
td.TdClassName
{
border-color: #C6D2FE;
}
.TagClassName
{
border-color: #C6D2FE;
}
</style>