Shades of Lavender Blue #CFD5FA
Tints of Lavender Blue #CFD5FA
RGB
CMYK
RGB Variations
Color information
#CFD5FA (or 0xCFD5FA) is known color: Lavender Blue. HEX triplet: CF, D5 and FA. RGB value is (207,213,250). Sum of RGB (Red+Green+Blue) = 207+213+250=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD5FA is #302A05. Grayscale: #D7D7D7. Windows color (decimal): -3156486 or 16438735. OLE color: 16438735.
HSL color Cylindrical-coordinate representation of color #CFD5FA: hue angle of 231.63º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD5FA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 213 | 250 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.02 |
| HSL | 231.63º | 0.81% | 0.9% | - |
| HSV(B) | 231.63º | 0.17% | 0.98% | - |
| XYZ | 66.78 | 67.76 | 100 | - |
| YUV | 215.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 213 | 250 | 0.17 | 0.15 | 0 | 0.02 | 231.63 | 0.81 | 0.9 |
| Hex | CF | D5 | FA | 11 | F | 0 | 2 | E8 | 51 | 5A |
| Octal | 317 | 325 | 372 | 21 | 17 | 0 | 2 | 350 | 121 | 132 |
| Binary | 11001111 | 11010101 | 11111010 | 10001 | 1111 | 0 | 10 | 11101000 | 1010001 | 1011010 |
Color Harmonies of #CFD5FA
Complementary color
Monochromatic Colors of #CFD5FA
Black with #CFD5FA
Text Example
Text Example
White with #CFD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD5FA; }
p { color: rgb(207,213,250); }
H1.HeaderClassName
{
color: #CFD5FA;
}
.AnyTagClassName
{
color: #CFD5FA;
}
</style>
background-color css
<style>
a { background-color: #CFD5FA; }
a { background-color: rgb(207,213,250); }
div.DivClassName
{
background-color: #CFD5FA;
}
.BgClassName
{
background-color: #CFD5FA;
}
</style>
border-color css
<style>
span { border-color: #CFD5FA; }
span { border-color: rgb(207,213,250); }
td.TdClassName
{
border-color: #CFD5FA;
}
.TagClassName
{
border-color: #CFD5FA;
}
</style>