Shades of Lavender Blue #CFD1F9
Tints of Lavender Blue #CFD1F9
RGB
CMYK
RGB Variations
Color information
#CFD1F9 (or 0xCFD1F9) is known color: Lavender Blue. HEX triplet: CF, D1 and F9. RGB value is (207,209,249). Sum of RGB (Red+Green+Blue) = 207+209+249=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD1F9 is #302E06. Grayscale: #D4D4D4. Windows color (decimal): -3157511 or 16372175. OLE color: 16372175.
HSL color Cylindrical-coordinate representation of color #CFD1F9: hue angle of 237.14º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFD1F9 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 209 | 249 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.02 |
| HSL | 237.14º | 0.78% | 0.89% | - |
| HSV(B) | 237.14º | 0.17% | 0.98% | - |
| XYZ | 65.63 | 65.71 | 98.85 | - |
| YUV | 212.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 249 | 0.17 | 0.16 | 0 | 0.02 | 237.14 | 0.78 | 0.89 |
| Hex | CF | D1 | F9 | 11 | 10 | 0 | 2 | ED | 4E | 59 |
| Octal | 317 | 321 | 371 | 21 | 20 | 0 | 2 | 355 | 116 | 131 |
| Binary | 11001111 | 11010001 | 11111001 | 10001 | 10000 | 0 | 10 | 11101101 | 1001110 | 1011001 |
Color Harmonies of #CFD1F9
Complementary color
Monochromatic Colors of #CFD1F9
Black with #CFD1F9
Text Example
Text Example
White with #CFD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD1F9; }
p { color: rgb(207,209,249); }
H1.HeaderClassName
{
color: #CFD1F9;
}
.AnyTagClassName
{
color: #CFD1F9;
}
</style>
background-color css
<style>
a { background-color: #CFD1F9; }
a { background-color: rgb(207,209,249); }
div.DivClassName
{
background-color: #CFD1F9;
}
.BgClassName
{
background-color: #CFD1F9;
}
</style>
border-color css
<style>
span { border-color: #CFD1F9; }
span { border-color: rgb(207,209,249); }
td.TdClassName
{
border-color: #CFD1F9;
}
.TagClassName
{
border-color: #CFD1F9;
}
</style>