Shades of Lavender Blue #C6D2FF
Tints of Lavender Blue #C6D2FF
RGB
CMYK
RGB Variations
Color information
#C6D2FF (or 0xC6D2FF) is known color: Lavender Blue. HEX triplet: C6, D2 and FF. RGB value is (198,210,255). Sum of RGB (Red+Green+Blue) = 198+210+255=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D2FF is #392D00. Grayscale: #D3D3D3. Windows color (decimal): -3747073 or 16765638. OLE color: 16765638.
HSL color Cylindrical-coordinate representation of color #C6D2FF: hue angle of 227.37º 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 #C6D2FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 210 | 255 | - |
| CMYK | 0.22 | 0.18 | 0 | 0 |
| HSL | 227.37º | 1% | 0.89% | - |
| HSV(B) | 227.37º | 0.22% | 1% | - |
| XYZ | 64.39 | 65.32 | 103.82 | - |
| YUV | 211.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 210 | 255 | 0.22 | 0.18 | 0 | 0 | 227.37 | 1 | 0.89 |
| Hex | C6 | D2 | FF | 16 | 12 | 0 | 0 | E3 | 64 | 59 |
| Octal | 306 | 322 | 377 | 26 | 22 | 0 | 0 | 343 | 144 | 131 |
| Binary | 11000110 | 11010010 | 11111111 | 10110 | 10010 | 0 | 0 | 11100011 | 1100100 | 1011001 |
Color Harmonies of #C6D2FF
Complementary color
Monochromatic Colors of #C6D2FF
Black with #C6D2FF
Text Example
Text Example
White with #C6D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D2FF; }
p { color: rgb(198,210,255); }
H1.HeaderClassName
{
color: #C6D2FF;
}
.AnyTagClassName
{
color: #C6D2FF;
}
</style>
background-color css
<style>
a { background-color: #C6D2FF; }
a { background-color: rgb(198,210,255); }
div.DivClassName
{
background-color: #C6D2FF;
}
.BgClassName
{
background-color: #C6D2FF;
}
</style>
border-color css
<style>
span { border-color: #C6D2FF; }
span { border-color: rgb(198,210,255); }
td.TdClassName
{
border-color: #C6D2FF;
}
.TagClassName
{
border-color: #C6D2FF;
}
</style>