Shades of Lavender Blue #CFCDF5
Tints of Lavender Blue #CFCDF5
RGB
CMYK
RGB Variations
Color information
#CFCDF5 (or 0xCFCDF5) is known color: Lavender Blue. HEX triplet: CF, CD and F5. RGB value is (207,205,245). Sum of RGB (Red+Green+Blue) = 207+205+245=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #CFCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF5 is #30320A. Grayscale: #D1D1D1. Windows color (decimal): -3158539 or 16109007. OLE color: 16109007.
HSL color Cylindrical-coordinate representation of color #CFCDF5: hue angle of 243º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFCDF5 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 205 | 245 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.04 |
| HSL | 243º | 0.67% | 0.88% | - |
| HSV(B) | 243º | 0.16% | 0.96% | - |
| XYZ | 64.04 | 63.52 | 95.27 | - |
| YUV | 210.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 245 | 0.16 | 0.16 | 0 | 0.04 | 243 | 0.67 | 0.88 |
| Hex | CF | CD | F5 | 10 | 10 | 0 | 4 | F3 | 43 | 58 |
| Octal | 317 | 315 | 365 | 20 | 20 | 0 | 4 | 363 | 103 | 130 |
| Binary | 11001111 | 11001101 | 11110101 | 10000 | 10000 | 0 | 100 | 11110011 | 1000011 | 1011000 |
Color Harmonies of #CFCDF5
Complementary color
Monochromatic Colors of #CFCDF5
Black with #CFCDF5
Text Example
Text Example
White with #CFCDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF5; }
p { color: rgb(207,205,245); }
H1.HeaderClassName
{
color: #CFCDF5;
}
.AnyTagClassName
{
color: #CFCDF5;
}
</style>
background-color css
<style>
a { background-color: #CFCDF5; }
a { background-color: rgb(207,205,245); }
div.DivClassName
{
background-color: #CFCDF5;
}
.BgClassName
{
background-color: #CFCDF5;
}
</style>
border-color css
<style>
span { border-color: #CFCDF5; }
span { border-color: rgb(207,205,245); }
td.TdClassName
{
border-color: #CFCDF5;
}
.TagClassName
{
border-color: #CFCDF5;
}
</style>