Shades of Melrose #CFCDD7
Tints of Melrose #CFCDD7
RGB
CMYK
RGB Variations
Color information
#CFCDD7 (or 0xCFCDD7) is known color: Melrose. HEX triplet: CF, CD and D7. RGB value is (207,205,215). Sum of RGB (Red+Green+Blue) = 207+205+215=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD7 is #303228. Grayscale: #CECECE. Windows color (decimal): -3158569 or 14142927. OLE color: 14142927.
HSL color Cylindrical-coordinate representation of color #CFCDD7: hue angle of 252º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCDD7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 205 | 215 | - |
CMYK | 0.04 | 0.05 | 0 | 0.16 |
HSL | 252º | 0.11% | 0.82% | - |
HSV(B) | 252º | 0.05% | 0.84% | - |
XYZ | 59.83 | 61.83 | 73.07 | - |
YUV | 206.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 215 | 0.04 | 0.05 | 0 | 0.16 | 252 | 0.11 | 0.82 |
Hex | CF | CD | D7 | 4 | 5 | 0 | 10 | FC | B | 52 |
Octal | 317 | 315 | 327 | 4 | 5 | 0 | 20 | 374 | 13 | 122 |
Binary | 11001111 | 11001101 | 11010111 | 100 | 101 | 0 | 10000 | 11111100 | 1011 | 1010010 |
Color Harmonies of #CFCDD7
Complementary color
Monochromatic Colors of #CFCDD7
Black with #CFCDD7
Text Example
Text Example
White with #CFCDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDD7; }
p { color: rgb(207,205,215); }
H1.HeaderClassName
{
color: #CFCDD7;
}
.AnyTagClassName
{
color: #CFCDD7;
}
</style>
background-color css
<style>
a { background-color: #CFCDD7; }
a { background-color: rgb(207,205,215); }
div.DivClassName
{
background-color: #CFCDD7;
}
.BgClassName
{
background-color: #CFCDD7;
}
</style>
border-color css
<style>
span { border-color: #CFCDD7; }
span { border-color: rgb(207,205,215); }
td.TdClassName
{
border-color: #CFCDD7;
}
.TagClassName
{
border-color: #CFCDD7;
}
</style>