Shades of Lavender Grey #CFCEDD
Tints of Lavender Grey #CFCEDD
RGB
CMYK
RGB Variations
Color information
#CFCEDD (or 0xCFCEDD) is known color: Lavender Grey. HEX triplet: CF, CE and DD. RGB value is (207,206,221). Sum of RGB (Red+Green+Blue) = 207+206+221=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDD is #303122. Grayscale: #CFCFCF. Windows color (decimal): -3158307 or 14536399. OLE color: 14536399.
HSL color Cylindrical-coordinate representation of color #CFCEDD: hue angle of 244º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCEDD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 206 | 221 | - |
CMYK | 0.06 | 0.07 | 0 | 0.13 |
HSL | 244º | 0.18% | 0.84% | - |
HSV(B) | 244º | 0.07% | 0.87% | - |
XYZ | 60.85 | 62.63 | 77.29 | - |
YUV | 208.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 206 | 221 | 0.06 | 0.07 | 0 | 0.13 | 244 | 0.18 | 0.84 |
Hex | CF | CE | DD | 6 | 7 | 0 | D | F4 | 12 | 54 |
Octal | 317 | 316 | 335 | 6 | 7 | 0 | 15 | 364 | 22 | 124 |
Binary | 11001111 | 11001110 | 11011101 | 110 | 111 | 0 | 1101 | 11110100 | 10010 | 1010100 |
Color Harmonies of #CFCEDD
Complementary color
Monochromatic Colors of #CFCEDD
Black with #CFCEDD
Text Example
Text Example
White with #CFCEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEDD; }
p { color: rgb(207,206,221); }
H1.HeaderClassName
{
color: #CFCEDD;
}
.AnyTagClassName
{
color: #CFCEDD;
}
</style>
background-color css
<style>
a { background-color: #CFCEDD; }
a { background-color: rgb(207,206,221); }
div.DivClassName
{
background-color: #CFCEDD;
}
.BgClassName
{
background-color: #CFCEDD;
}
</style>
border-color css
<style>
span { border-color: #CFCEDD; }
span { border-color: rgb(207,206,221); }
td.TdClassName
{
border-color: #CFCEDD;
}
.TagClassName
{
border-color: #CFCEDD;
}
</style>