Shades of Lavender Blue #CFD4F9
Tints of Lavender Blue #CFD4F9
RGB
CMYK
RGB Variations
Color information
#CFD4F9 (or 0xCFD4F9) is known color: Lavender Blue. HEX triplet: CF, D4 and F9. RGB value is (207,212,249). Sum of RGB (Red+Green+Blue) = 207+212+249=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F9 is #302B06. Grayscale: #D6D6D6. Windows color (decimal): -3156743 or 16372943. OLE color: 16372943.
HSL color Cylindrical-coordinate representation of color #CFD4F9: hue angle of 232.86º 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 #CFD4F9 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 212 | 249 | - |
| CMYK | 0.17 | 0.15 | 0 | 0.02 |
| HSL | 232.86º | 0.78% | 0.89% | - |
| HSV(B) | 232.86º | 0.17% | 0.98% | - |
| XYZ | 66.37 | 67.19 | 99.09 | - |
| YUV | 214.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 249 | 0.17 | 0.15 | 0 | 0.02 | 232.86 | 0.78 | 0.89 |
| Hex | CF | D4 | F9 | 11 | F | 0 | 2 | E9 | 4E | 59 |
| Octal | 317 | 324 | 371 | 21 | 17 | 0 | 2 | 351 | 116 | 131 |
| Binary | 11001111 | 11010100 | 11111001 | 10001 | 1111 | 0 | 10 | 11101001 | 1001110 | 1011001 |
Color Harmonies of #CFD4F9
Complementary color
Monochromatic Colors of #CFD4F9
Black with #CFD4F9
Text Example
Text Example
White with #CFD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4F9; }
p { color: rgb(207,212,249); }
H1.HeaderClassName
{
color: #CFD4F9;
}
.AnyTagClassName
{
color: #CFD4F9;
}
</style>
background-color css
<style>
a { background-color: #CFD4F9; }
a { background-color: rgb(207,212,249); }
div.DivClassName
{
background-color: #CFD4F9;
}
.BgClassName
{
background-color: #CFD4F9;
}
</style>
border-color css
<style>
span { border-color: #CFD4F9; }
span { border-color: rgb(207,212,249); }
td.TdClassName
{
border-color: #CFD4F9;
}
.TagClassName
{
border-color: #CFD4F9;
}
</style>