Shades of Melrose #CAAEF6
Tints of Melrose #CAAEF6
RGB
CMYK
RGB Variations
Color information
#CAAEF6 (or 0xCAAEF6) is known color: Melrose. HEX triplet: CA, AE and F6. RGB value is (202,174,246). Sum of RGB (Red+Green+Blue) = 202+174+246=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF6 is #355109. Grayscale: #BEBEBE. Windows color (decimal): -3494154 or 16166602. OLE color: 16166602.
HSL color Cylindrical-coordinate representation of color #CAAEF6: hue angle of 263.33º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAEF6 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 174 | 246 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.04 |
| HSL | 263.33º | 0.8% | 0.82% | - |
| HSV(B) | 263.33º | 0.29% | 0.96% | - |
| XYZ | 56.13 | 49.48 | 93.78 | - |
| YUV | 190.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 174 | 246 | 0.18 | 0.29 | 0 | 0.04 | 263.33 | 0.8 | 0.82 |
| Hex | CA | AE | F6 | 12 | 1D | 0 | 4 | 107 | 50 | 52 |
| Octal | 312 | 256 | 366 | 22 | 35 | 0 | 4 | 407 | 120 | 122 |
| Binary | 11001010 | 10101110 | 11110110 | 10010 | 11101 | 0 | 100 | 100000111 | 1010000 | 1010010 |
Color Harmonies of #CAAEF6
Complementary color
Monochromatic Colors of #CAAEF6
Black with #CAAEF6
Text Example
Text Example
White with #CAAEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAEF6; }
p { color: rgb(202,174,246); }
H1.HeaderClassName
{
color: #CAAEF6;
}
.AnyTagClassName
{
color: #CAAEF6;
}
</style>
background-color css
<style>
a { background-color: #CAAEF6; }
a { background-color: rgb(202,174,246); }
div.DivClassName
{
background-color: #CAAEF6;
}
.BgClassName
{
background-color: #CAAEF6;
}
</style>
border-color css
<style>
span { border-color: #CAAEF6; }
span { border-color: rgb(202,174,246); }
td.TdClassName
{
border-color: #CAAEF6;
}
.TagClassName
{
border-color: #CAAEF6;
}
</style>