Shades of Lavender Blue #CFC7F9
Tints of Lavender Blue #CFC7F9
RGB
CMYK
RGB Variations
Color information
#CFC7F9 (or 0xCFC7F9) is known color: Lavender Blue. HEX triplet: CF, C7 and F9. RGB value is (207,199,249). Sum of RGB (Red+Green+Blue) = 207+199+249=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 199 (78.12% from 255 or 30.38% from 655); Blue value is 249 (97.66% from 255 or 38.02% from 655); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFC7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7F9 is #303806. Grayscale: #CECECE. Windows color (decimal): -3160071 or 16369615. OLE color: 16369615.
HSL color Cylindrical-coordinate representation of color #CFC7F9: hue angle of 249.6º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFC7F9 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 207 | 199 | 249 | - |
CMYK | 0.17 | 0.20 | 0 | 0.02 |
HSL | 249.6º | 0.81% | 0.88% | - |
HSV(B) | 249.6º | 0.2% | 0.98% | - |
XYZ | 63.25 | 60.95 | 98.05 | - |
YUV | 207.09 | 151.65 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 199 | 249 | 0.17 | 0.20 | 0 | 0.02 | 249.6 | 0.81 | 0.88 |
Hex | CF | C7 | F9 | 11 | 14 | 0 | 2 | FA | 51 | 58 |
Octal | 317 | 307 | 371 | 21 | 24 | 0 | 2 | 372 | 121 | 130 |
Binary | 11001111 | 11000111 | 11111001 | 10001 | 10100 | 0 | 10 | 11111010 | 1010001 | 1011000 |
Color Harmonies of #CFC7F9
Complementary color
Monochromatic Colors of #CFC7F9
Black with #CFC7F9
Text Example
Text Example
White with #CFC7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7F9; }
p { color: rgb(207,199,249); }
H1.HeaderClassName
{
color: #CFC7F9;
}
.AnyTagClassName
{
color: #CFC7F9;
}
</style>
background-color css
<style>
a { background-color: #CFC7F9; }
a { background-color: rgb(207,199,249); }
div.DivClassName
{
background-color: #CFC7F9;
}
.BgClassName
{
background-color: #CFC7F9;
}
</style>
border-color css
<style>
span { border-color: #CFC7F9; }
span { border-color: rgb(207,199,249); }
td.TdClassName
{
border-color: #CFC7F9;
}
.TagClassName
{
border-color: #CFC7F9;
}
</style>