Shades of Melrose #CABDE2
Tints of Melrose #CABDE2
RGB
CMYK
RGB Variations
Color information
#CABDE2 (or 0xCABDE2) is known color: Melrose. HEX triplet: CA, BD and E2. RGB value is (202,189,226). Sum of RGB (Red+Green+Blue) = 202+189+226=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #CABDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE2 is #35421D. Grayscale: #C4C4C4. Windows color (decimal): -3490334 or 14859722. OLE color: 14859722.
HSL color Cylindrical-coordinate representation of color #CABDE2: hue angle of 261.08º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABDE2 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 189 | 226 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.11 |
| HSL | 261.08º | 0.39% | 0.81% | - |
| HSV(B) | 261.08º | 0.16% | 0.89% | - |
| XYZ | 56.28 | 54.44 | 79.49 | - |
| YUV | 197.11 | 144.31 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 226 | 0.11 | 0.16 | 0 | 0.11 | 261.08 | 0.39 | 0.81 |
| Hex | CA | BD | E2 | B | 10 | 0 | B | 105 | 27 | 51 |
| Octal | 312 | 275 | 342 | 13 | 20 | 0 | 13 | 405 | 47 | 121 |
| Binary | 11001010 | 10111101 | 11100010 | 1011 | 10000 | 0 | 1011 | 100000101 | 100111 | 1010001 |
Color Harmonies of #CABDE2
Complementary color
Monochromatic Colors of #CABDE2
Black with #CABDE2
Text Example
Text Example
White with #CABDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE2; }
p { color: rgb(202,189,226); }
H1.HeaderClassName
{
color: #CABDE2;
}
.AnyTagClassName
{
color: #CABDE2;
}
</style>
background-color css
<style>
a { background-color: #CABDE2; }
a { background-color: rgb(202,189,226); }
div.DivClassName
{
background-color: #CABDE2;
}
.BgClassName
{
background-color: #CABDE2;
}
</style>
border-color css
<style>
span { border-color: #CABDE2; }
span { border-color: rgb(202,189,226); }
td.TdClassName
{
border-color: #CABDE2;
}
.TagClassName
{
border-color: #CABDE2;
}
</style>