Shades of Lavender Grey #CFCFD8
Tints of Lavender Grey #CFCFD8
RGB
CMYK
RGB Variations
Color information
#CFCFD8 (or 0xCFCFD8) is known color: Lavender Grey. HEX triplet: CF, CF and D8. RGB value is (207,207,216). Sum of RGB (Red+Green+Blue) = 207+207+216=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD8 is #303027. Grayscale: #CFCFCF. Windows color (decimal): -3158056 or 14208975. OLE color: 14208975.
HSL color Cylindrical-coordinate representation of color #CFCFD8: hue angle of 240º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCFD8 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 207 | 216 | - |
CMYK | 0.04 | 0.04 | 0 | 0.15 |
HSL | 240º | 0.1% | 0.83% | - |
HSV(B) | 240º | 0.04% | 0.85% | - |
XYZ | 60.44 | 62.85 | 73.91 | - |
YUV | 208.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 207 | 216 | 0.04 | 0.04 | 0 | 0.15 | 240 | 0.1 | 0.83 |
Hex | CF | CF | D8 | 4 | 4 | 0 | F | F0 | A | 53 |
Octal | 317 | 317 | 330 | 4 | 4 | 0 | 17 | 360 | 12 | 123 |
Binary | 11001111 | 11001111 | 11011000 | 100 | 100 | 0 | 1111 | 11110000 | 1010 | 1010011 |
Color Harmonies of #CFCFD8
Complementary color
Monochromatic Colors of #CFCFD8
Black with #CFCFD8
Text Example
Text Example
White with #CFCFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCFD8; }
p { color: rgb(207,207,216); }
H1.HeaderClassName
{
color: #CFCFD8;
}
.AnyTagClassName
{
color: #CFCFD8;
}
</style>
background-color css
<style>
a { background-color: #CFCFD8; }
a { background-color: rgb(207,207,216); }
div.DivClassName
{
background-color: #CFCFD8;
}
.BgClassName
{
background-color: #CFCFD8;
}
</style>
border-color css
<style>
span { border-color: #CFCFD8; }
span { border-color: rgb(207,207,216); }
td.TdClassName
{
border-color: #CFCFD8;
}
.TagClassName
{
border-color: #CFCFD8;
}
</style>