Shades of Lavender Blue #CFD4F7
Tints of Lavender Blue #CFD4F7
RGB
CMYK
RGB Variations
Color information
#CFD4F7 (or 0xCFD4F7) is known color: Lavender Blue. HEX triplet: CF, D4 and F7. RGB value is (207,212,247). Sum of RGB (Red+Green+Blue) = 207+212+247=666 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.08% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFD4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD4F7 is #302B08. Grayscale: #D6D6D6. Windows color (decimal): -3156745 or 16241871. OLE color: 16241871.
HSL color Cylindrical-coordinate representation of color #CFD4F7: hue angle of 232.5º 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 #CFD4F7 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 212 | 247 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.03 |
| HSL | 232.5º | 0.71% | 0.89% | - |
| HSV(B) | 232.5º | 0.16% | 0.97% | - |
| XYZ | 66.06 | 67.07 | 97.46 | - |
| YUV | 214.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 247 | 0.16 | 0.14 | 0 | 0.03 | 232.5 | 0.71 | 0.89 |
| Hex | CF | D4 | F7 | 10 | E | 0 | 3 | E8 | 47 | 59 |
| Octal | 317 | 324 | 367 | 20 | 16 | 0 | 3 | 350 | 107 | 131 |
| Binary | 11001111 | 11010100 | 11110111 | 10000 | 1110 | 0 | 11 | 11101000 | 1000111 | 1011001 |
Color Harmonies of #CFD4F7
Complementary color
Monochromatic Colors of #CFD4F7
Black with #CFD4F7
Text Example
Text Example
White with #CFD4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD4F7; }
p { color: rgb(207,212,247); }
H1.HeaderClassName
{
color: #CFD4F7;
}
.AnyTagClassName
{
color: #CFD4F7;
}
</style>
background-color css
<style>
a { background-color: #CFD4F7; }
a { background-color: rgb(207,212,247); }
div.DivClassName
{
background-color: #CFD4F7;
}
.BgClassName
{
background-color: #CFD4F7;
}
</style>
border-color css
<style>
span { border-color: #CFD4F7; }
span { border-color: rgb(207,212,247); }
td.TdClassName
{
border-color: #CFD4F7;
}
.TagClassName
{
border-color: #CFD4F7;
}
</style>