Shades of Lavender Blue #CFCDF6
Tints of Lavender Blue #CFCDF6
RGB
CMYK
RGB Variations
Color information
#CFCDF6 (or 0xCFCDF6) is known color: Lavender Blue. HEX triplet: CF, CD and F6. RGB value is (207,205,246). Sum of RGB (Red+Green+Blue) = 207+205+246=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF6 is #303209. Grayscale: #D2D2D2. Windows color (decimal): -3158538 or 16174543. OLE color: 16174543.
HSL color Cylindrical-coordinate representation of color #CFCDF6: hue angle of 242.93º degrees, saturation: 0.69, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCDF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 205 | 246 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.04 |
| HSL | 242.93º | 0.69% | 0.88% | - |
| HSV(B) | 242.93º | 0.17% | 0.96% | - |
| XYZ | 64.2 | 63.58 | 96.08 | - |
| YUV | 210.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 246 | 0.16 | 0.17 | 0 | 0.04 | 242.93 | 0.69 | 0.88 |
| Hex | CF | CD | F6 | 10 | 11 | 0 | 4 | F3 | 45 | 58 |
| Octal | 317 | 315 | 366 | 20 | 21 | 0 | 4 | 363 | 105 | 130 |
| Binary | 11001111 | 11001101 | 11110110 | 10000 | 10001 | 0 | 100 | 11110011 | 1000101 | 1011000 |
Color Harmonies of #CFCDF6
Complementary color
Monochromatic Colors of #CFCDF6
Black with #CFCDF6
Text Example
Text Example
White with #CFCDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF6; }
p { color: rgb(207,205,246); }
H1.HeaderClassName
{
color: #CFCDF6;
}
.AnyTagClassName
{
color: #CFCDF6;
}
</style>
background-color css
<style>
a { background-color: #CFCDF6; }
a { background-color: rgb(207,205,246); }
div.DivClassName
{
background-color: #CFCDF6;
}
.BgClassName
{
background-color: #CFCDF6;
}
</style>
border-color css
<style>
span { border-color: #CFCDF6; }
span { border-color: rgb(207,205,246); }
td.TdClassName
{
border-color: #CFCDF6;
}
.TagClassName
{
border-color: #CFCDF6;
}
</style>