Shades of Lavender Grey #CFCFD9
Tints of Lavender Grey #CFCFD9
RGB
CMYK
RGB Variations
Color information
#CFCFD9 (or 0xCFCFD9) is known color: Lavender Grey. HEX triplet: CF, CF and D9. RGB value is (207,207,217). Sum of RGB (Red+Green+Blue) = 207+207+217=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD9 is #303026. Grayscale: #D0D0D0. Windows color (decimal): -3158055 or 14274511. OLE color: 14274511.
HSL color Cylindrical-coordinate representation of color #CFCFD9: hue angle of 240º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCFD9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 207 | 217 | - |
CMYK | 0.05 | 0.05 | 0 | 0.15 |
HSL | 240º | 0.12% | 0.83% | - |
HSV(B) | 240º | 0.05% | 0.85% | - |
XYZ | 60.57 | 62.9 | 74.59 | - |
YUV | 208.14 | 133 | 127.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 217 | 0.05 | 0.05 | 0 | 0.15 | 240 | 0.12 | 0.83 |
Hex | CF | CF | D9 | 5 | 5 | 0 | F | F0 | C | 53 |
Octal | 317 | 317 | 331 | 5 | 5 | 0 | 17 | 360 | 14 | 123 |
Binary | 11001111 | 11001111 | 11011001 | 101 | 101 | 0 | 1111 | 11110000 | 1100 | 1010011 |
Color Harmonies of #CFCFD9
Complementary color
Monochromatic Colors of #CFCFD9
Black with #CFCFD9
Text Example
Text Example
White with #CFCFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFD9; }
p { color: rgb(207,207,217); }
H1.HeaderClassName
{
color: #CFCFD9;
}
.AnyTagClassName
{
color: #CFCFD9;
}
</style>
background-color css
<style>
a { background-color: #CFCFD9; }
a { background-color: rgb(207,207,217); }
div.DivClassName
{
background-color: #CFCFD9;
}
.BgClassName
{
background-color: #CFCFD9;
}
</style>
border-color css
<style>
span { border-color: #CFCFD9; }
span { border-color: rgb(207,207,217); }
td.TdClassName
{
border-color: #CFCFD9;
}
.TagClassName
{
border-color: #CFCFD9;
}
</style>