Shades of Lavender Blue #CFCDF2
Tints of Lavender Blue #CFCDF2
RGB
CMYK
RGB Variations
Color information
#CFCDF2 (or 0xCFCDF2) is known color: Lavender Blue. HEX triplet: CF, CD and F2. RGB value is (207,205,242). Sum of RGB (Red+Green+Blue) = 207+205+242=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #CFCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCDF2 is #30320D. Grayscale: #D1D1D1. Windows color (decimal): -3158542 or 15912399. OLE color: 15912399.
HSL color Cylindrical-coordinate representation of color #CFCDF2: hue angle of 243.24º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFCDF2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 205 | 242 | - |
CMYK | 0.14 | 0.15 | 0 | 0.05 |
HSL | 243.24º | 0.59% | 0.88% | - |
HSV(B) | 243.24º | 0.15% | 0.95% | - |
XYZ | 63.59 | 63.34 | 92.88 | - |
YUV | 209.82 | 146.16 | 125.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 242 | 0.14 | 0.15 | 0 | 0.05 | 243.24 | 0.59 | 0.88 |
Hex | CF | CD | F2 | E | F | 0 | 5 | F3 | 3B | 58 |
Octal | 317 | 315 | 362 | 16 | 17 | 0 | 5 | 363 | 73 | 130 |
Binary | 11001111 | 11001101 | 11110010 | 1110 | 1111 | 0 | 101 | 11110011 | 111011 | 1011000 |
Color Harmonies of #CFCDF2
Complementary color
Monochromatic Colors of #CFCDF2
Black with #CFCDF2
Text Example
Text Example
White with #CFCDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDF2; }
p { color: rgb(207,205,242); }
H1.HeaderClassName
{
color: #CFCDF2;
}
.AnyTagClassName
{
color: #CFCDF2;
}
</style>
background-color css
<style>
a { background-color: #CFCDF2; }
a { background-color: rgb(207,205,242); }
div.DivClassName
{
background-color: #CFCDF2;
}
.BgClassName
{
background-color: #CFCDF2;
}
</style>
border-color css
<style>
span { border-color: #CFCDF2; }
span { border-color: rgb(207,205,242); }
td.TdClassName
{
border-color: #CFCDF2;
}
.TagClassName
{
border-color: #CFCDF2;
}
</style>