Shades of Lavender Blue #CFC7F1
Tints of Lavender Blue #CFC7F1
RGB
CMYK
RGB Variations
Color information
#CFC7F1 (or 0xCFC7F1) is known color: Lavender Blue. HEX triplet: CF, C7 and F1. RGB value is (207,199,241). Sum of RGB (Red+Green+Blue) = 207+199+241=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFC7F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC7F1 is #30380E. Grayscale: #CECECE. Windows color (decimal): -3160079 or 15845327. OLE color: 15845327.
HSL color Cylindrical-coordinate representation of color #CFC7F1: hue angle of 251.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC7F1 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 199 | 241 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.05 |
| HSL | 251.43º | 0.6% | 0.86% | - |
| HSV(B) | 251.43º | 0.17% | 0.95% | - |
| XYZ | 62.03 | 60.46 | 91.62 | - |
| YUV | 206.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 241 | 0.14 | 0.17 | 0 | 0.05 | 251.43 | 0.6 | 0.86 |
| Hex | CF | C7 | F1 | E | 11 | 0 | 5 | FB | 3C | 56 |
| Octal | 317 | 307 | 361 | 16 | 21 | 0 | 5 | 373 | 74 | 126 |
| Binary | 11001111 | 11000111 | 11110001 | 1110 | 10001 | 0 | 101 | 11111011 | 111100 | 1010110 |
Color Harmonies of #CFC7F1
Complementary color
Monochromatic Colors of #CFC7F1
Black with #CFC7F1
Text Example
Text Example
White with #CFC7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7F1; }
p { color: rgb(207,199,241); }
H1.HeaderClassName
{
color: #CFC7F1;
}
.AnyTagClassName
{
color: #CFC7F1;
}
</style>
background-color css
<style>
a { background-color: #CFC7F1; }
a { background-color: rgb(207,199,241); }
div.DivClassName
{
background-color: #CFC7F1;
}
.BgClassName
{
background-color: #CFC7F1;
}
</style>
border-color css
<style>
span { border-color: #CFC7F1; }
span { border-color: rgb(207,199,241); }
td.TdClassName
{
border-color: #CFC7F1;
}
.TagClassName
{
border-color: #CFC7F1;
}
</style>