Shades of Melrose #CABDE4
Tints of Melrose #CABDE4
RGB
CMYK
RGB Variations
Color information
#CABDE4 (or 0xCABDE4) is known color: Melrose. HEX triplet: CA, BD and E4. RGB value is (202,189,228). Sum of RGB (Red+Green+Blue) = 202+189+228=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE4 is #35421B. Grayscale: #C5C5C5. Windows color (decimal): -3490332 or 14990794. OLE color: 14990794.
HSL color Cylindrical-coordinate representation of color #CABDE4: hue angle of 260º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABDE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 189 | 228 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.11 |
| HSL | 260º | 0.42% | 0.82% | - |
| HSV(B) | 260º | 0.17% | 0.89% | - |
| XYZ | 56.56 | 54.55 | 80.95 | - |
| YUV | 197.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 228 | 0.11 | 0.17 | 0 | 0.11 | 260 | 0.42 | 0.82 |
| Hex | CA | BD | E4 | B | 11 | 0 | B | 104 | 2A | 52 |
| Octal | 312 | 275 | 344 | 13 | 21 | 0 | 13 | 404 | 52 | 122 |
| Binary | 11001010 | 10111101 | 11100100 | 1011 | 10001 | 0 | 1011 | 100000100 | 101010 | 1010010 |
Color Harmonies of #CABDE4
Complementary color
Monochromatic Colors of #CABDE4
Black with #CABDE4
Text Example
Text Example
White with #CABDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE4; }
p { color: rgb(202,189,228); }
H1.HeaderClassName
{
color: #CABDE4;
}
.AnyTagClassName
{
color: #CABDE4;
}
</style>
background-color css
<style>
a { background-color: #CABDE4; }
a { background-color: rgb(202,189,228); }
div.DivClassName
{
background-color: #CABDE4;
}
.BgClassName
{
background-color: #CABDE4;
}
</style>
border-color css
<style>
span { border-color: #CABDE4; }
span { border-color: rgb(202,189,228); }
td.TdClassName
{
border-color: #CABDE4;
}
.TagClassName
{
border-color: #CABDE4;
}
</style>