Shades of Lavender Blue #CFCDF4
Tints of Lavender Blue #CFCDF4
RGB
CMYK
RGB Variations
Color information
#CFCDF4 (or 0xCFCDF4) is known color: Lavender Blue. HEX triplet: CF, CD and F4. RGB value is (207,205,244). Sum of RGB (Red+Green+Blue) = 207+205+244=656 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.55% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #CFCDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF4 is #30320B. Grayscale: #D1D1D1. Windows color (decimal): -3158540 or 16043471. OLE color: 16043471.
HSL color Cylindrical-coordinate representation of color #CFCDF4: hue angle of 243.08º degrees, saturation: 0.64, 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 #CFCDF4 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 205 | 244 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.04 |
| HSL | 243.08º | 0.64% | 0.88% | - |
| HSV(B) | 243.08º | 0.16% | 0.96% | - |
| XYZ | 63.89 | 63.46 | 94.47 | - |
| YUV | 210.04 | 147.16 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 244 | 0.15 | 0.16 | 0 | 0.04 | 243.08 | 0.64 | 0.88 |
| Hex | CF | CD | F4 | F | 10 | 0 | 4 | F3 | 40 | 58 |
| Octal | 317 | 315 | 364 | 17 | 20 | 0 | 4 | 363 | 100 | 130 |
| Binary | 11001111 | 11001101 | 11110100 | 1111 | 10000 | 0 | 100 | 11110011 | 1000000 | 1011000 |
Color Harmonies of #CFCDF4
Complementary color
Monochromatic Colors of #CFCDF4
Black with #CFCDF4
Text Example
Text Example
White with #CFCDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF4; }
p { color: rgb(207,205,244); }
H1.HeaderClassName
{
color: #CFCDF4;
}
.AnyTagClassName
{
color: #CFCDF4;
}
</style>
background-color css
<style>
a { background-color: #CFCDF4; }
a { background-color: rgb(207,205,244); }
div.DivClassName
{
background-color: #CFCDF4;
}
.BgClassName
{
background-color: #CFCDF4;
}
</style>
border-color css
<style>
span { border-color: #CFCDF4; }
span { border-color: rgb(207,205,244); }
td.TdClassName
{
border-color: #CFCDF4;
}
.TagClassName
{
border-color: #CFCDF4;
}
</style>