Shades of Melrose #CABDE9
Tints of Melrose #CABDE9
RGB
CMYK
RGB Variations
Color information
#CABDE9 (or 0xCABDE9) is known color: Melrose. HEX triplet: CA, BD and E9. RGB value is (202,189,233). Sum of RGB (Red+Green+Blue) = 202+189+233=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 233 (91.41% from 255 or 37.34% from 624); Max value from RGB is 233 - color contains mainly: blue. Hex color #CABDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE9 is #354216. Grayscale: #C5C5C5. Windows color (decimal): -3490327 or 15318474. OLE color: 15318474.
HSL color Cylindrical-coordinate representation of color #CABDE9: hue angle of 257.73º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDE9 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 189 | 233 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 257.73º | 0.5% | 0.83% | - |
| HSV(B) | 257.73º | 0.19% | 0.91% | - |
| XYZ | 57.26 | 54.83 | 84.66 | - |
| YUV | 197.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 233 | 0.13 | 0.19 | 0 | 0.09 | 257.73 | 0.5 | 0.83 |
| Hex | CA | BD | E9 | D | 13 | 0 | 9 | 102 | 32 | 53 |
| Octal | 312 | 275 | 351 | 15 | 23 | 0 | 11 | 402 | 62 | 123 |
| Binary | 11001010 | 10111101 | 11101001 | 1101 | 10011 | 0 | 1001 | 100000010 | 110010 | 1010011 |
Color Harmonies of #CABDE9
Complementary color
Monochromatic Colors of #CABDE9
Black with #CABDE9
Text Example
Text Example
White with #CABDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE9; }
p { color: rgb(202,189,233); }
H1.HeaderClassName
{
color: #CABDE9;
}
.AnyTagClassName
{
color: #CABDE9;
}
</style>
background-color css
<style>
a { background-color: #CABDE9; }
a { background-color: rgb(202,189,233); }
div.DivClassName
{
background-color: #CABDE9;
}
.BgClassName
{
background-color: #CABDE9;
}
</style>
border-color css
<style>
span { border-color: #CABDE9; }
span { border-color: rgb(202,189,233); }
td.TdClassName
{
border-color: #CABDE9;
}
.TagClassName
{
border-color: #CABDE9;
}
</style>