Shades of Lavender Blue #CFCDF7
Tints of Lavender Blue #CFCDF7
RGB
CMYK
RGB Variations
Color information
#CFCDF7 (or 0xCFCDF7) is known color: Lavender Blue. HEX triplet: CF, CD and F7. RGB value is (207,205,247). Sum of RGB (Red+Green+Blue) = 207+205+247=659 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.41% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #CFCDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF7 is #303208. Grayscale: #D2D2D2. Windows color (decimal): -3158537 or 16240079. OLE color: 16240079.
HSL color Cylindrical-coordinate representation of color #CFCDF7: hue angle of 242.86º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCDF7 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 205 | 247 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.03 |
| HSL | 242.86º | 0.72% | 0.89% | - |
| HSV(B) | 242.86º | 0.17% | 0.97% | - |
| XYZ | 64.35 | 63.64 | 96.89 | - |
| YUV | 210.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 247 | 0.16 | 0.17 | 0 | 0.03 | 242.86 | 0.72 | 0.89 |
| Hex | CF | CD | F7 | 10 | 11 | 0 | 3 | F3 | 48 | 59 |
| Octal | 317 | 315 | 367 | 20 | 21 | 0 | 3 | 363 | 110 | 131 |
| Binary | 11001111 | 11001101 | 11110111 | 10000 | 10001 | 0 | 11 | 11110011 | 1001000 | 1011001 |
Color Harmonies of #CFCDF7
Complementary color
Monochromatic Colors of #CFCDF7
Black with #CFCDF7
Text Example
Text Example
White with #CFCDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF7; }
p { color: rgb(207,205,247); }
H1.HeaderClassName
{
color: #CFCDF7;
}
.AnyTagClassName
{
color: #CFCDF7;
}
</style>
background-color css
<style>
a { background-color: #CFCDF7; }
a { background-color: rgb(207,205,247); }
div.DivClassName
{
background-color: #CFCDF7;
}
.BgClassName
{
background-color: #CFCDF7;
}
</style>
border-color css
<style>
span { border-color: #CFCDF7; }
span { border-color: rgb(207,205,247); }
td.TdClassName
{
border-color: #CFCDF7;
}
.TagClassName
{
border-color: #CFCDF7;
}
</style>