Shades of Lavender Blue #CFCDF1
Tints of Lavender Blue #CFCDF1
RGB
CMYK
RGB Variations
Color information
#CFCDF1 (or 0xCFCDF1) is known color: Lavender Blue. HEX triplet: CF, CD and F1. RGB value is (207,205,241). Sum of RGB (Red+Green+Blue) = 207+205+241=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 205 (80.47% from 255 or 31.39% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CFCDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF1 is #30320E. Grayscale: #D1D1D1. Windows color (decimal): -3158543 or 15846863. OLE color: 15846863.
HSL color Cylindrical-coordinate representation of color #CFCDF1: hue angle of 243.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCDF1 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 205 | 241 | - |
CMYK | 0.14 | 0.15 | 0 | 0.05 |
HSL | 243.33º | 0.56% | 0.87% | - |
HSV(B) | 243.33º | 0.15% | 0.95% | - |
XYZ | 63.44 | 63.28 | 92.09 | - |
YUV | 209.7 | 145.66 | 126.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 241 | 0.14 | 0.15 | 0 | 0.05 | 243.33 | 0.56 | 0.87 |
Hex | CF | CD | F1 | E | F | 0 | 5 | F3 | 38 | 57 |
Octal | 317 | 315 | 361 | 16 | 17 | 0 | 5 | 363 | 70 | 127 |
Binary | 11001111 | 11001101 | 11110001 | 1110 | 1111 | 0 | 101 | 11110011 | 111000 | 1010111 |
Color Harmonies of #CFCDF1
Complementary color
Monochromatic Colors of #CFCDF1
Black with #CFCDF1
Text Example
Text Example
White with #CFCDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF1; }
p { color: rgb(207,205,241); }
H1.HeaderClassName
{
color: #CFCDF1;
}
.AnyTagClassName
{
color: #CFCDF1;
}
</style>
background-color css
<style>
a { background-color: #CFCDF1; }
a { background-color: rgb(207,205,241); }
div.DivClassName
{
background-color: #CFCDF1;
}
.BgClassName
{
background-color: #CFCDF1;
}
</style>
border-color css
<style>
span { border-color: #CFCDF1; }
span { border-color: rgb(207,205,241); }
td.TdClassName
{
border-color: #CFCDF1;
}
.TagClassName
{
border-color: #CFCDF1;
}
</style>