Shades of Melrose #CFCDDC
Tints of Melrose #CFCDDC
RGB
CMYK
RGB Variations
Color information
#CFCDDC (or 0xCFCDDC) is known color: Melrose. HEX triplet: CF, CD and DC. RGB value is (207,205,220). Sum of RGB (Red+Green+Blue) = 207+205+220=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDC is #303223. Grayscale: #CFCFCF. Windows color (decimal): -3158564 or 14470607. OLE color: 14470607.
HSL color Cylindrical-coordinate representation of color #CFCDDC: hue angle of 248º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFCDDC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 205 | 220 | - |
CMYK | 0.06 | 0.07 | 0 | 0.14 |
HSL | 248º | 0.18% | 0.83% | - |
HSV(B) | 248º | 0.07% | 0.86% | - |
XYZ | 60.48 | 62.1 | 76.51 | - |
YUV | 207.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 205 | 220 | 0.06 | 0.07 | 0 | 0.14 | 248 | 0.18 | 0.83 |
Hex | CF | CD | DC | 6 | 7 | 0 | E | F8 | 12 | 53 |
Octal | 317 | 315 | 334 | 6 | 7 | 0 | 16 | 370 | 22 | 123 |
Binary | 11001111 | 11001101 | 11011100 | 110 | 111 | 0 | 1110 | 11111000 | 10010 | 1010011 |
Color Harmonies of #CFCDDC
Complementary color
Monochromatic Colors of #CFCDDC
Black with #CFCDDC
Text Example
Text Example
White with #CFCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCDDC; }
p { color: rgb(207,205,220); }
H1.HeaderClassName
{
color: #CFCDDC;
}
.AnyTagClassName
{
color: #CFCDDC;
}
</style>
background-color css
<style>
a { background-color: #CFCDDC; }
a { background-color: rgb(207,205,220); }
div.DivClassName
{
background-color: #CFCDDC;
}
.BgClassName
{
background-color: #CFCDDC;
}
</style>
border-color css
<style>
span { border-color: #CFCDDC; }
span { border-color: rgb(207,205,220); }
td.TdClassName
{
border-color: #CFCDDC;
}
.TagClassName
{
border-color: #CFCDDC;
}
</style>