Shades of Melrose #CABDE6
Tints of Melrose #CABDE6
RGB
CMYK
RGB Variations
Color information
#CABDE6 (or 0xCABDE6) is known color: Melrose. HEX triplet: CA, BD and E6. RGB value is (202,189,230). Sum of RGB (Red+Green+Blue) = 202+189+230=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE6 is #354219. Grayscale: #C5C5C5. Windows color (decimal): -3490330 or 15121866. OLE color: 15121866.
HSL color Cylindrical-coordinate representation of color #CABDE6: hue angle of 259.02º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CABDE6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 189 | 230 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.10 |
| HSL | 259.02º | 0.45% | 0.82% | - |
| HSV(B) | 259.02º | 0.18% | 0.9% | - |
| XYZ | 56.84 | 54.66 | 82.42 | - |
| YUV | 197.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 230 | 0.12 | 0.18 | 0 | 0.10 | 259.02 | 0.45 | 0.82 |
| Hex | CA | BD | E6 | C | 12 | 0 | A | 103 | 2D | 52 |
| Octal | 312 | 275 | 346 | 14 | 22 | 0 | 12 | 403 | 55 | 122 |
| Binary | 11001010 | 10111101 | 11100110 | 1100 | 10010 | 0 | 1010 | 100000011 | 101101 | 1010010 |
Color Harmonies of #CABDE6
Complementary color
Monochromatic Colors of #CABDE6
Black with #CABDE6
Text Example
Text Example
White with #CABDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE6; }
p { color: rgb(202,189,230); }
H1.HeaderClassName
{
color: #CABDE6;
}
.AnyTagClassName
{
color: #CABDE6;
}
</style>
background-color css
<style>
a { background-color: #CABDE6; }
a { background-color: rgb(202,189,230); }
div.DivClassName
{
background-color: #CABDE6;
}
.BgClassName
{
background-color: #CABDE6;
}
</style>
border-color css
<style>
span { border-color: #CABDE6; }
span { border-color: rgb(202,189,230); }
td.TdClassName
{
border-color: #CABDE6;
}
.TagClassName
{
border-color: #CABDE6;
}
</style>