Shades of Melrose #C4AFEE
Tints of Melrose #C4AFEE
RGB
CMYK
RGB Variations
Color information
#C4AFEE (or 0xC4AFEE) is known color: Melrose. HEX triplet: C4, AF and EE. RGB value is (196,175,238). Sum of RGB (Red+Green+Blue) = 196+175+238=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #C4AFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFEE is #3B5011. Grayscale: #BCBCBC. Windows color (decimal): -3887122 or 15642564. OLE color: 15642564.
HSL color Cylindrical-coordinate representation of color #C4AFEE: hue angle of 260º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AFEE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 175 | 238 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.07 |
| HSL | 260º | 0.65% | 0.81% | - |
| HSV(B) | 260º | 0.26% | 0.93% | - |
| XYZ | 53.53 | 48.57 | 87.44 | - |
| YUV | 188.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 238 | 0.18 | 0.26 | 0 | 0.07 | 260 | 0.65 | 0.81 |
| Hex | C4 | AF | EE | 12 | 1A | 0 | 7 | 104 | 41 | 51 |
| Octal | 304 | 257 | 356 | 22 | 32 | 0 | 7 | 404 | 101 | 121 |
| Binary | 11000100 | 10101111 | 11101110 | 10010 | 11010 | 0 | 111 | 100000100 | 1000001 | 1010001 |
Color Harmonies of #C4AFEE
Complementary color
Monochromatic Colors of #C4AFEE
Black with #C4AFEE
Text Example
Text Example
White with #C4AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFEE; }
p { color: rgb(196,175,238); }
H1.HeaderClassName
{
color: #C4AFEE;
}
.AnyTagClassName
{
color: #C4AFEE;
}
</style>
background-color css
<style>
a { background-color: #C4AFEE; }
a { background-color: rgb(196,175,238); }
div.DivClassName
{
background-color: #C4AFEE;
}
.BgClassName
{
background-color: #C4AFEE;
}
</style>
border-color css
<style>
span { border-color: #C4AFEE; }
span { border-color: rgb(196,175,238); }
td.TdClassName
{
border-color: #C4AFEE;
}
.TagClassName
{
border-color: #C4AFEE;
}
</style>