Shades of Lavender Blue #CFC6FF
Tints of Lavender Blue #CFC6FF
RGB
CMYK
RGB Variations
Color information
#CFC6FF (or 0xCFC6FF) is known color: Lavender Blue. HEX triplet: CF, C6 and FF. RGB value is (207,198,255). Sum of RGB (Red+Green+Blue) = 207+198+255=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC6FF is #303900. Grayscale: #CECECE. Windows color (decimal): -3160321 or 16762575. OLE color: 16762575.
HSL color Cylindrical-coordinate representation of color #CFC6FF: hue angle of 249.47º 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 #CFC6FF is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 198 | 255 | - |
| CMYK | 0.19 | 0.22 | 0 | 0 |
| HSL | 249.47º | 1% | 0.89% | - |
| HSV(B) | 249.47º | 0.22% | 1% | - |
| XYZ | 63.98 | 60.87 | 102.99 | - |
| YUV | 207.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 255 | 0.19 | 0.22 | 0 | 0 | 249.47 | 1 | 0.89 |
| Hex | CF | C6 | FF | 13 | 16 | 0 | 0 | F9 | 64 | 59 |
| Octal | 317 | 306 | 377 | 23 | 26 | 0 | 0 | 371 | 144 | 131 |
| Binary | 11001111 | 11000110 | 11111111 | 10011 | 10110 | 0 | 0 | 11111001 | 1100100 | 1011001 |
Color Harmonies of #CFC6FF
Complementary color
Monochromatic Colors of #CFC6FF
Black with #CFC6FF
Text Example
Text Example
White with #CFC6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC6FF; }
p { color: rgb(207,198,255); }
H1.HeaderClassName
{
color: #CFC6FF;
}
.AnyTagClassName
{
color: #CFC6FF;
}
</style>
background-color css
<style>
a { background-color: #CFC6FF; }
a { background-color: rgb(207,198,255); }
div.DivClassName
{
background-color: #CFC6FF;
}
.BgClassName
{
background-color: #CFC6FF;
}
</style>
border-color css
<style>
span { border-color: #CFC6FF; }
span { border-color: rgb(207,198,255); }
td.TdClassName
{
border-color: #CFC6FF;
}
.TagClassName
{
border-color: #CFC6FF;
}
</style>