Shades of Melrose #CAAFF4
Tints of Melrose #CAAFF4
RGB
CMYK
RGB Variations
Color information
#CAAFF4 (or 0xCAAFF4) is known color: Melrose. HEX triplet: CA, AF and F4. RGB value is (202,175,244). Sum of RGB (Red+Green+Blue) = 202+175+244=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 244 (95.70% from 255 or 39.29% from 621); Max value from RGB is 244 - color contains mainly: blue. Hex color #CAAFF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF4 is #35500B. Grayscale: #BEBEBE. Windows color (decimal): -3493900 or 16035786. OLE color: 16035786.
HSL color Cylindrical-coordinate representation of color #CAAFF4: hue angle of 263.48º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAAFF4 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 175 | 244 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.04 |
| HSL | 263.48º | 0.76% | 0.82% | - |
| HSV(B) | 263.48º | 0.28% | 0.96% | - |
| XYZ | 56.02 | 49.75 | 92.24 | - |
| YUV | 190.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 175 | 244 | 0.17 | 0.28 | 0 | 0.04 | 263.48 | 0.76 | 0.82 |
| Hex | CA | AF | F4 | 11 | 1C | 0 | 4 | 107 | 4C | 52 |
| Octal | 312 | 257 | 364 | 21 | 34 | 0 | 4 | 407 | 114 | 122 |
| Binary | 11001010 | 10101111 | 11110100 | 10001 | 11100 | 0 | 100 | 100000111 | 1001100 | 1010010 |
Color Harmonies of #CAAFF4
Complementary color
Monochromatic Colors of #CAAFF4
Black with #CAAFF4
Text Example
Text Example
White with #CAAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAFF4; }
p { color: rgb(202,175,244); }
H1.HeaderClassName
{
color: #CAAFF4;
}
.AnyTagClassName
{
color: #CAAFF4;
}
</style>
background-color css
<style>
a { background-color: #CAAFF4; }
a { background-color: rgb(202,175,244); }
div.DivClassName
{
background-color: #CAAFF4;
}
.BgClassName
{
background-color: #CAAFF4;
}
</style>
border-color css
<style>
span { border-color: #CAAFF4; }
span { border-color: rgb(202,175,244); }
td.TdClassName
{
border-color: #CAAFF4;
}
.TagClassName
{
border-color: #CAAFF4;
}
</style>