Shades of Lavender Grey #CFCDDD
Tints of Lavender Grey #CFCDDD
RGB
CMYK
RGB Variations
Color information
#CFCDDD (or 0xCFCDDD) is known color: Lavender Grey. HEX triplet: CF, CD and DD. RGB value is (207,205,221). Sum of RGB (Red+Green+Blue) = 207+205+221=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDD is #303222. Grayscale: #CFCFCF. Windows color (decimal): -3158563 or 14536143. OLE color: 14536143.
HSL color Cylindrical-coordinate representation of color #CFCDDD: hue angle of 247.5º degrees, saturation: 0.19, 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 #CFCDDD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 205 | 221 | - |
CMYK | 0.06 | 0.07 | 0 | 0.13 |
HSL | 247.5º | 0.19% | 0.84% | - |
HSV(B) | 247.5º | 0.07% | 0.87% | - |
XYZ | 60.61 | 62.15 | 77.21 | - |
YUV | 207.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 221 | 0.06 | 0.07 | 0 | 0.13 | 247.5 | 0.19 | 0.84 |
Hex | CF | CD | DD | 6 | 7 | 0 | D | F8 | 13 | 54 |
Octal | 317 | 315 | 335 | 6 | 7 | 0 | 15 | 370 | 23 | 124 |
Binary | 11001111 | 11001101 | 11011101 | 110 | 111 | 0 | 1101 | 11111000 | 10011 | 1010100 |
Color Harmonies of #CFCDDD
Complementary color
Monochromatic Colors of #CFCDDD
Black with #CFCDDD
Text Example
Text Example
White with #CFCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDDD; }
p { color: rgb(207,205,221); }
H1.HeaderClassName
{
color: #CFCDDD;
}
.AnyTagClassName
{
color: #CFCDDD;
}
</style>
background-color css
<style>
a { background-color: #CFCDDD; }
a { background-color: rgb(207,205,221); }
div.DivClassName
{
background-color: #CFCDDD;
}
.BgClassName
{
background-color: #CFCDDD;
}
</style>
border-color css
<style>
span { border-color: #CFCDDD; }
span { border-color: rgb(207,205,221); }
td.TdClassName
{
border-color: #CFCDDD;
}
.TagClassName
{
border-color: #CFCDDD;
}
</style>