Shades of Lavender Blue #CFC9FA
Tints of Lavender Blue #CFC9FA
RGB
CMYK
RGB Variations
Color information
#CFC9FA (or 0xCFC9FA) is known color: Lavender Blue. HEX triplet: CF, C9 and FA. RGB value is (207,201,250). Sum of RGB (Red+Green+Blue) = 207+201+250=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 201 (78.91% from 255 or 30.55% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9FA is #303605. Grayscale: #D0D0D0. Windows color (decimal): -3159558 or 16435663. OLE color: 16435663.
HSL color Cylindrical-coordinate representation of color #CFC9FA: hue angle of 247.35º degrees, saturation: 0.83, 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 #CFC9FA is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 201 | 250 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.02 |
| HSL | 247.35º | 0.83% | 0.88% | - |
| HSV(B) | 247.35º | 0.2% | 0.98% | - |
| XYZ | 63.87 | 61.94 | 99.03 | - |
| YUV | 208.38 | 151.49 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 250 | 0.17 | 0.20 | 0 | 0.02 | 247.35 | 0.83 | 0.88 |
| Hex | CF | C9 | FA | 11 | 14 | 0 | 2 | F7 | 53 | 58 |
| Octal | 317 | 311 | 372 | 21 | 24 | 0 | 2 | 367 | 123 | 130 |
| Binary | 11001111 | 11001001 | 11111010 | 10001 | 10100 | 0 | 10 | 11110111 | 1010011 | 1011000 |
Color Harmonies of #CFC9FA
Complementary color
Monochromatic Colors of #CFC9FA
Black with #CFC9FA
Text Example
Text Example
White with #CFC9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9FA; }
p { color: rgb(207,201,250); }
H1.HeaderClassName
{
color: #CFC9FA;
}
.AnyTagClassName
{
color: #CFC9FA;
}
</style>
background-color css
<style>
a { background-color: #CFC9FA; }
a { background-color: rgb(207,201,250); }
div.DivClassName
{
background-color: #CFC9FA;
}
.BgClassName
{
background-color: #CFC9FA;
}
</style>
border-color css
<style>
span { border-color: #CFC9FA; }
span { border-color: rgb(207,201,250); }
td.TdClassName
{
border-color: #CFC9FA;
}
.TagClassName
{
border-color: #CFC9FA;
}
</style>