Shades of Lavender Blue #CFC8FA
Tints of Lavender Blue #CFC8FA
RGB
CMYK
RGB Variations
Color information
#CFC8FA (or 0xCFC8FA) is known color: Lavender Blue. HEX triplet: CF, C8 and FA. RGB value is (207,200,250). Sum of RGB (Red+Green+Blue) = 207+200+250=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 200 (78.52% from 255 or 30.44% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC8FA is #303705. Grayscale: #CFCFCF. Windows color (decimal): -3159814 or 16435407. OLE color: 16435407.
HSL color Cylindrical-coordinate representation of color #CFC8FA: hue angle of 248.4º 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 #CFC8FA is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 200 | 250 | - |
| CMYK | 0.17 | 0.2 | 0 | 0.02 |
| HSL | 248.4º | 0.83% | 0.88% | - |
| HSV(B) | 248.4º | 0.2% | 0.98% | - |
| XYZ | 63.64 | 61.48 | 98.95 | - |
| YUV | 207.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 250 | 0.17 | 0.2 | 0 | 0.02 | 248.4 | 0.83 | 0.88 |
| Hex | CF | C8 | FA | 11 | 14 | 0 | 2 | F8 | 53 | 58 |
| Octal | 317 | 310 | 372 | 21 | 24 | 0 | 2 | 370 | 123 | 130 |
| Binary | 11001111 | 11001000 | 11111010 | 10001 | 10100 | 0 | 10 | 11111000 | 1010011 | 1011000 |
Color Harmonies of #CFC8FA
Complementary color
Monochromatic Colors of #CFC8FA
Black with #CFC8FA
Text Example
Text Example
White with #CFC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC8FA; }
p { color: rgb(207,200,250); }
H1.HeaderClassName
{
color: #CFC8FA;
}
.AnyTagClassName
{
color: #CFC8FA;
}
</style>
background-color css
<style>
a { background-color: #CFC8FA; }
a { background-color: rgb(207,200,250); }
div.DivClassName
{
background-color: #CFC8FA;
}
.BgClassName
{
background-color: #CFC8FA;
}
</style>
border-color css
<style>
span { border-color: #CFC8FA; }
span { border-color: rgb(207,200,250); }
td.TdClassName
{
border-color: #CFC8FA;
}
.TagClassName
{
border-color: #CFC8FA;
}
</style>