Shades of Melrose #CFCDD8
Tints of Melrose #CFCDD8
RGB
CMYK
RGB Variations
Color information
#CFCDD8 (or 0xCFCDD8) is known color: Melrose. HEX triplet: CF, CD and D8. RGB value is (207,205,216). Sum of RGB (Red+Green+Blue) = 207+205+216=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 216 (84.77% from 255 or 34.39% from 628); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFCDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDD8 is #303227. Grayscale: #CECECE. Windows color (decimal): -3158568 or 14208463. OLE color: 14208463.
HSL color Cylindrical-coordinate representation of color #CFCDD8: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCDD8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 207 | 205 | 216 | - |
CMYK | 0.04 | 0.05 | 0 | 0.15 |
HSL | 250.91º | 0.12% | 0.83% | - |
HSV(B) | 250.91º | 0.05% | 0.85% | - |
XYZ | 59.96 | 61.89 | 73.75 | - |
YUV | 206.85 | 133.16 | 128.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 216 | 0.04 | 0.05 | 0 | 0.15 | 250.91 | 0.12 | 0.83 |
Hex | CF | CD | D8 | 4 | 5 | 0 | F | FB | C | 53 |
Octal | 317 | 315 | 330 | 4 | 5 | 0 | 17 | 373 | 14 | 123 |
Binary | 11001111 | 11001101 | 11011000 | 100 | 101 | 0 | 1111 | 11111011 | 1100 | 1010011 |
Color Harmonies of #CFCDD8
Complementary color
Monochromatic Colors of #CFCDD8
Black with #CFCDD8
Text Example
Text Example
White with #CFCDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDD8; }
p { color: rgb(207,205,216); }
H1.HeaderClassName
{
color: #CFCDD8;
}
.AnyTagClassName
{
color: #CFCDD8;
}
</style>
background-color css
<style>
a { background-color: #CFCDD8; }
a { background-color: rgb(207,205,216); }
div.DivClassName
{
background-color: #CFCDD8;
}
.BgClassName
{
background-color: #CFCDD8;
}
</style>
border-color css
<style>
span { border-color: #CFCDD8; }
span { border-color: rgb(207,205,216); }
td.TdClassName
{
border-color: #CFCDD8;
}
.TagClassName
{
border-color: #CFCDD8;
}
</style>