Shades of Lavender Blue #CFC9F0
Tints of Lavender Blue #CFC9F0
RGB
CMYK
RGB Variations
Color information
#CFC9F0 (or 0xCFC9F0) is known color: Lavender Blue. HEX triplet: CF, C9 and F0. RGB value is (207,201,240). Sum of RGB (Red+Green+Blue) = 207+201+240=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFC9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC9F0 is #30360F. Grayscale: #CFCFCF. Windows color (decimal): -3159568 or 15780303. OLE color: 15780303.
HSL color Cylindrical-coordinate representation of color #CFC9F0: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC9F0 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 201 | 240 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.06 |
| HSL | 249.23º | 0.57% | 0.86% | - |
| HSV(B) | 249.23º | 0.16% | 0.94% | - |
| XYZ | 62.35 | 61.33 | 90.99 | - |
| YUV | 207.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 240 | 0.14 | 0.16 | 0 | 0.06 | 249.23 | 0.57 | 0.86 |
| Hex | CF | C9 | F0 | E | 10 | 0 | 6 | F9 | 39 | 56 |
| Octal | 317 | 311 | 360 | 16 | 20 | 0 | 6 | 371 | 71 | 126 |
| Binary | 11001111 | 11001001 | 11110000 | 1110 | 10000 | 0 | 110 | 11111001 | 111001 | 1010110 |
Color Harmonies of #CFC9F0
Complementary color
Monochromatic Colors of #CFC9F0
Black with #CFC9F0
Text Example
Text Example
White with #CFC9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9F0; }
p { color: rgb(207,201,240); }
H1.HeaderClassName
{
color: #CFC9F0;
}
.AnyTagClassName
{
color: #CFC9F0;
}
</style>
background-color css
<style>
a { background-color: #CFC9F0; }
a { background-color: rgb(207,201,240); }
div.DivClassName
{
background-color: #CFC9F0;
}
.BgClassName
{
background-color: #CFC9F0;
}
</style>
border-color css
<style>
span { border-color: #CFC9F0; }
span { border-color: rgb(207,201,240); }
td.TdClassName
{
border-color: #CFC9F0;
}
.TagClassName
{
border-color: #CFC9F0;
}
</style>