Shades of Melrose #CFCDD6
Tints of Melrose #CFCDD6
RGB
CMYK
RGB Variations
Color information
#CFCDD6 (or 0xCFCDD6) is known color: Melrose. HEX triplet: CF, CD and D6. RGB value is (207,205,214). Sum of RGB (Red+Green+Blue) = 207+205+214=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 214 (83.98% from 255 or 34.19% from 626); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFCDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD6 is #303229. Grayscale: #CECECE. Windows color (decimal): -3158570 or 14077391. OLE color: 14077391.
HSL color Cylindrical-coordinate representation of color #CFCDD6: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CFCDD6 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 205 | 214 | - |
CMYK | 0.03 | 0.04 | 0 | 0.16 |
HSL | 253.33º | 0.1% | 0.82% | - |
HSV(B) | 253.33º | 0.04% | 0.84% | - |
XYZ | 59.7 | 61.78 | 72.4 | - |
YUV | 206.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 214 | 0.03 | 0.04 | 0 | 0.16 | 253.33 | 0.1 | 0.82 |
Hex | CF | CD | D6 | 3 | 4 | 0 | 10 | FD | A | 52 |
Octal | 317 | 315 | 326 | 3 | 4 | 0 | 20 | 375 | 12 | 122 |
Binary | 11001111 | 11001101 | 11010110 | 11 | 100 | 0 | 10000 | 11111101 | 1010 | 1010010 |
Color Harmonies of #CFCDD6
Complementary color
Monochromatic Colors of #CFCDD6
Black with #CFCDD6
Text Example
Text Example
White with #CFCDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDD6; }
p { color: rgb(207,205,214); }
H1.HeaderClassName
{
color: #CFCDD6;
}
.AnyTagClassName
{
color: #CFCDD6;
}
</style>
background-color css
<style>
a { background-color: #CFCDD6; }
a { background-color: rgb(207,205,214); }
div.DivClassName
{
background-color: #CFCDD6;
}
.BgClassName
{
background-color: #CFCDD6;
}
</style>
border-color css
<style>
span { border-color: #CFCDD6; }
span { border-color: rgb(207,205,214); }
td.TdClassName
{
border-color: #CFCDD6;
}
.TagClassName
{
border-color: #CFCDD6;
}
</style>