Shades of Lavender Blue #CFD3F7
Tints of Lavender Blue #CFD3F7
RGB
CMYK
RGB Variations
Color information
#CFD3F7 (or 0xCFD3F7) is known color: Lavender Blue. HEX triplet: CF, D3 and F7. RGB value is (207,211,247). Sum of RGB (Red+Green+Blue) = 207+211+247=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 211 (82.81% from 255 or 31.73% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFD3F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD3F7 is #302C08. Grayscale: #D5D5D5. Windows color (decimal): -3157001 or 16241615. OLE color: 16241615.
HSL color Cylindrical-coordinate representation of color #CFD3F7: hue angle of 234º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFD3F7 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 211 | 247 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.03 |
| HSL | 234º | 0.71% | 0.89% | - |
| HSV(B) | 234º | 0.16% | 0.97% | - |
| XYZ | 65.81 | 66.57 | 97.38 | - |
| YUV | 213.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 247 | 0.16 | 0.15 | 0 | 0.03 | 234 | 0.71 | 0.89 |
| Hex | CF | D3 | F7 | 10 | F | 0 | 3 | EA | 47 | 59 |
| Octal | 317 | 323 | 367 | 20 | 17 | 0 | 3 | 352 | 107 | 131 |
| Binary | 11001111 | 11010011 | 11110111 | 10000 | 1111 | 0 | 11 | 11101010 | 1000111 | 1011001 |
Color Harmonies of #CFD3F7
Complementary color
Monochromatic Colors of #CFD3F7
Black with #CFD3F7
Text Example
Text Example
White with #CFD3F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD3F7; }
p { color: rgb(207,211,247); }
H1.HeaderClassName
{
color: #CFD3F7;
}
.AnyTagClassName
{
color: #CFD3F7;
}
</style>
background-color css
<style>
a { background-color: #CFD3F7; }
a { background-color: rgb(207,211,247); }
div.DivClassName
{
background-color: #CFD3F7;
}
.BgClassName
{
background-color: #CFD3F7;
}
</style>
border-color css
<style>
span { border-color: #CFD3F7; }
span { border-color: rgb(207,211,247); }
td.TdClassName
{
border-color: #CFD3F7;
}
.TagClassName
{
border-color: #CFD3F7;
}
</style>