Shades of Melrose #CFCDD5
Tints of Melrose #CFCDD5
RGB
CMYK
RGB Variations
Color information
#CFCDD5 (or 0xCFCDD5) is known color: Melrose. HEX triplet: CF, CD and D5. RGB value is (207,205,213). Sum of RGB (Red+Green+Blue) = 207+205+213=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #CFCDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD5 is #30322A. Grayscale: #CECECE. Windows color (decimal): -3158571 or 14011855. OLE color: 14011855.
HSL color Cylindrical-coordinate representation of color #CFCDD5: hue angle of 255º degrees, saturation: 0.09, 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 #CFCDD5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 205 | 213 | - |
CMYK | 0.03 | 0.04 | 0 | 0.16 |
HSL | 255º | 0.09% | 0.82% | - |
HSV(B) | 255º | 0.04% | 0.84% | - |
XYZ | 59.57 | 61.73 | 71.73 | - |
YUV | 206.51 | 131.66 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 213 | 0.03 | 0.04 | 0 | 0.16 | 255 | 0.09 | 0.82 |
Hex | CF | CD | D5 | 3 | 4 | 0 | 10 | FF | 9 | 52 |
Octal | 317 | 315 | 325 | 3 | 4 | 0 | 20 | 377 | 11 | 122 |
Binary | 11001111 | 11001101 | 11010101 | 11 | 100 | 0 | 10000 | 11111111 | 1001 | 1010010 |
Color Harmonies of #CFCDD5
Complementary color
Monochromatic Colors of #CFCDD5
Black with #CFCDD5
Text Example
Text Example
White with #CFCDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDD5; }
p { color: rgb(207,205,213); }
H1.HeaderClassName
{
color: #CFCDD5;
}
.AnyTagClassName
{
color: #CFCDD5;
}
</style>
background-color css
<style>
a { background-color: #CFCDD5; }
a { background-color: rgb(207,205,213); }
div.DivClassName
{
background-color: #CFCDD5;
}
.BgClassName
{
background-color: #CFCDD5;
}
</style>
border-color css
<style>
span { border-color: #CFCDD5; }
span { border-color: rgb(207,205,213); }
td.TdClassName
{
border-color: #CFCDD5;
}
.TagClassName
{
border-color: #CFCDD5;
}
</style>