Shades of Lavender Grey #CFCEDC
Tints of Lavender Grey #CFCEDC
RGB
CMYK
RGB Variations
Color information
#CFCEDC (or 0xCFCEDC) is known color: Lavender Grey. HEX triplet: CF, CE and DC. RGB value is (207,206,220). Sum of RGB (Red+Green+Blue) = 207+206+220=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 220 (86.33% from 255 or 34.76% from 633); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDC is #303123. Grayscale: #CFCFCF. Windows color (decimal): -3158308 or 14470863. OLE color: 14470863.
HSL color Cylindrical-coordinate representation of color #CFCEDC: hue angle of 244.29º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCEDC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 206 | 220 | - |
CMYK | 0.06 | 0.06 | 0 | 0.14 |
HSL | 244.29º | 0.17% | 0.84% | - |
HSV(B) | 244.29º | 0.06% | 0.86% | - |
XYZ | 60.72 | 62.58 | 76.59 | - |
YUV | 207.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 220 | 0.06 | 0.06 | 0 | 0.14 | 244.29 | 0.17 | 0.84 |
Hex | CF | CE | DC | 6 | 6 | 0 | E | F4 | 11 | 54 |
Octal | 317 | 316 | 334 | 6 | 6 | 0 | 16 | 364 | 21 | 124 |
Binary | 11001111 | 11001110 | 11011100 | 110 | 110 | 0 | 1110 | 11110100 | 10001 | 1010100 |
Color Harmonies of #CFCEDC
Complementary color
Monochromatic Colors of #CFCEDC
Black with #CFCEDC
Text Example
Text Example
White with #CFCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDC; }
p { color: rgb(207,206,220); }
H1.HeaderClassName
{
color: #CFCEDC;
}
.AnyTagClassName
{
color: #CFCEDC;
}
</style>
background-color css
<style>
a { background-color: #CFCEDC; }
a { background-color: rgb(207,206,220); }
div.DivClassName
{
background-color: #CFCEDC;
}
.BgClassName
{
background-color: #CFCEDC;
}
</style>
border-color css
<style>
span { border-color: #CFCEDC; }
span { border-color: rgb(207,206,220); }
td.TdClassName
{
border-color: #CFCEDC;
}
.TagClassName
{
border-color: #CFCEDC;
}
</style>