Shades of Lavender Blue #CFC5FA
Tints of Lavender Blue #CFC5FA
RGB
CMYK
RGB Variations
Color information
#CFC5FA (or 0xCFC5FA) is known color: Lavender Blue. HEX triplet: CF, C5 and FA. RGB value is (207,197,250). Sum of RGB (Red+Green+Blue) = 207+197+250=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 197 (77.34% from 255 or 30.12% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFC5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FA is #303A05. Grayscale: #CDCDCD. Windows color (decimal): -3160582 or 16434639. OLE color: 16434639.
HSL color Cylindrical-coordinate representation of color #CFC5FA: hue angle of 251.32º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFC5FA is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 197 | 250 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.02 |
| HSL | 251.32º | 0.84% | 0.88% | - |
| HSV(B) | 251.32º | 0.21% | 0.98% | - |
| XYZ | 62.95 | 60.1 | 98.72 | - |
| YUV | 206.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 250 | 0.17 | 0.21 | 0 | 0.02 | 251.32 | 0.84 | 0.88 |
| Hex | CF | C5 | FA | 11 | 15 | 0 | 2 | FB | 54 | 58 |
| Octal | 317 | 305 | 372 | 21 | 25 | 0 | 2 | 373 | 124 | 130 |
| Binary | 11001111 | 11000101 | 11111010 | 10001 | 10101 | 0 | 10 | 11111011 | 1010100 | 1011000 |
Color Harmonies of #CFC5FA
Complementary color
Monochromatic Colors of #CFC5FA
Black with #CFC5FA
Text Example
Text Example
White with #CFC5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC5FA; }
p { color: rgb(207,197,250); }
H1.HeaderClassName
{
color: #CFC5FA;
}
.AnyTagClassName
{
color: #CFC5FA;
}
</style>
background-color css
<style>
a { background-color: #CFC5FA; }
a { background-color: rgb(207,197,250); }
div.DivClassName
{
background-color: #CFC5FA;
}
.BgClassName
{
background-color: #CFC5FA;
}
</style>
border-color css
<style>
span { border-color: #CFC5FA; }
span { border-color: rgb(207,197,250); }
td.TdClassName
{
border-color: #CFC5FA;
}
.TagClassName
{
border-color: #CFC5FA;
}
</style>