Shades of Lavender Blue #CFD2F9
Tints of Lavender Blue #CFD2F9
RGB
CMYK
RGB Variations
Color information
#CFD2F9 (or 0xCFD2F9) is known color: Lavender Blue. HEX triplet: CF, D2 and F9. RGB value is (207,210,249). Sum of RGB (Red+Green+Blue) = 207+210+249=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #CFD2F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD2F9 is #302D06. Grayscale: #D5D5D5. Windows color (decimal): -3157255 or 16372431. OLE color: 16372431.
HSL color Cylindrical-coordinate representation of color #CFD2F9: hue angle of 235.71º 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 #CFD2F9 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 210 | 249 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.02 |
| HSL | 235.71º | 0.78% | 0.89% | - |
| HSV(B) | 235.71º | 0.17% | 0.98% | - |
| XYZ | 65.88 | 66.2 | 98.93 | - |
| YUV | 213.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 249 | 0.17 | 0.16 | 0 | 0.02 | 235.71 | 0.78 | 0.89 |
| Hex | CF | D2 | F9 | 11 | 10 | 0 | 2 | EC | 4E | 59 |
| Octal | 317 | 322 | 371 | 21 | 20 | 0 | 2 | 354 | 116 | 131 |
| Binary | 11001111 | 11010010 | 11111001 | 10001 | 10000 | 0 | 10 | 11101100 | 1001110 | 1011001 |
Color Harmonies of #CFD2F9
Complementary color
Monochromatic Colors of #CFD2F9
Black with #CFD2F9
Text Example
Text Example
White with #CFD2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD2F9; }
p { color: rgb(207,210,249); }
H1.HeaderClassName
{
color: #CFD2F9;
}
.AnyTagClassName
{
color: #CFD2F9;
}
</style>
background-color css
<style>
a { background-color: #CFD2F9; }
a { background-color: rgb(207,210,249); }
div.DivClassName
{
background-color: #CFD2F9;
}
.BgClassName
{
background-color: #CFD2F9;
}
</style>
border-color css
<style>
span { border-color: #CFD2F9; }
span { border-color: rgb(207,210,249); }
td.TdClassName
{
border-color: #CFD2F9;
}
.TagClassName
{
border-color: #CFD2F9;
}
</style>