Shades of Melrose #CFCCE2
Tints of Melrose #CFCCE2
RGB
CMYK
RGB Variations
Color information
#CFCCE2 (or 0xCFCCE2) is known color: Melrose. HEX triplet: CF, CC and E2. RGB value is (207,204,226). Sum of RGB (Red+Green+Blue) = 207+204+226=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CFCCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCE2 is #30331D. Grayscale: #CFCFCF. Windows color (decimal): -3158814 or 14863567. OLE color: 14863567.
HSL color Cylindrical-coordinate representation of color #CFCCE2: hue angle of 248.18º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFCCE2 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 207 | 204 | 226 | - |
CMYK | 0.08 | 0.10 | 0 | 0.11 |
HSL | 248.18º | 0.28% | 0.84% | - |
HSV(B) | 248.18º | 0.1% | 0.89% | - |
XYZ | 61.05 | 61.94 | 80.69 | - |
YUV | 207.41 | 138.49 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 204 | 226 | 0.08 | 0.10 | 0 | 0.11 | 248.18 | 0.28 | 0.84 |
Hex | CF | CC | E2 | 8 | A | 0 | B | F8 | 1C | 54 |
Octal | 317 | 314 | 342 | 10 | 12 | 0 | 13 | 370 | 34 | 124 |
Binary | 11001111 | 11001100 | 11100010 | 1000 | 1010 | 0 | 1011 | 11111000 | 11100 | 1010100 |
Color Harmonies of #CFCCE2
Complementary color
Monochromatic Colors of #CFCCE2
Black with #CFCCE2
Text Example
Text Example
White with #CFCCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCE2; }
p { color: rgb(207,204,226); }
H1.HeaderClassName
{
color: #CFCCE2;
}
.AnyTagClassName
{
color: #CFCCE2;
}
</style>
background-color css
<style>
a { background-color: #CFCCE2; }
a { background-color: rgb(207,204,226); }
div.DivClassName
{
background-color: #CFCCE2;
}
.BgClassName
{
background-color: #CFCCE2;
}
</style>
border-color css
<style>
span { border-color: #CFCCE2; }
span { border-color: rgb(207,204,226); }
td.TdClassName
{
border-color: #CFCCE2;
}
.TagClassName
{
border-color: #CFCCE2;
}
</style>