Shades of Melrose #CFCDD9
Tints of Melrose #CFCDD9
RGB
CMYK
RGB Variations
Color information
#CFCDD9 (or 0xCFCDD9) is known color: Melrose. HEX triplet: CF, CD and D9. RGB value is (207,205,217). Sum of RGB (Red+Green+Blue) = 207+205+217=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD9 is #303226. Grayscale: #CECECE. Windows color (decimal): -3158567 or 14273999. OLE color: 14273999.
HSL color Cylindrical-coordinate representation of color #CFCDD9: hue angle of 250º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCDD9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 205 | 217 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 250º | 0.14% | 0.83% | - |
HSV(B) | 250º | 0.06% | 0.85% | - |
XYZ | 60.09 | 61.94 | 74.43 | - |
YUV | 206.97 | 133.66 | 128.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 217 | 0.05 | 0.06 | 0 | 0.15 | 250 | 0.14 | 0.83 |
Hex | CF | CD | D9 | 5 | 6 | 0 | F | FA | E | 53 |
Octal | 317 | 315 | 331 | 5 | 6 | 0 | 17 | 372 | 16 | 123 |
Binary | 11001111 | 11001101 | 11011001 | 101 | 110 | 0 | 1111 | 11111010 | 1110 | 1010011 |
Color Harmonies of #CFCDD9
Complementary color
Monochromatic Colors of #CFCDD9
Black with #CFCDD9
Text Example
Text Example
White with #CFCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDD9; }
p { color: rgb(207,205,217); }
H1.HeaderClassName
{
color: #CFCDD9;
}
.AnyTagClassName
{
color: #CFCDD9;
}
</style>
background-color css
<style>
a { background-color: #CFCDD9; }
a { background-color: rgb(207,205,217); }
div.DivClassName
{
background-color: #CFCDD9;
}
.BgClassName
{
background-color: #CFCDD9;
}
</style>
border-color css
<style>
span { border-color: #CFCDD9; }
span { border-color: rgb(207,205,217); }
td.TdClassName
{
border-color: #CFCDD9;
}
.TagClassName
{
border-color: #CFCDD9;
}
</style>