Shades of Melrose #CABDDE
Tints of Melrose #CABDDE
RGB
CMYK
RGB Variations
Color information
#CABDDE (or 0xCABDDE) is known color: Melrose. HEX triplet: CA, BD and DE. RGB value is (202,189,222). Sum of RGB (Red+Green+Blue) = 202+189+222=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDE is #354221. Grayscale: #C4C4C4. Windows color (decimal): -3490338 or 14597578. OLE color: 14597578.
HSL color Cylindrical-coordinate representation of color #CABDDE: hue angle of 263.64º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABDDE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 189 | 222 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 263.64º | 0.33% | 0.81% | - |
| HSV(B) | 263.64º | 0.15% | 0.87% | - |
| XYZ | 55.74 | 54.23 | 76.64 | - |
| YUV | 196.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 222 | 0.09 | 0.15 | 0 | 0.13 | 263.64 | 0.33 | 0.81 |
| Hex | CA | BD | DE | 9 | F | 0 | D | 108 | 21 | 51 |
| Octal | 312 | 275 | 336 | 11 | 17 | 0 | 15 | 410 | 41 | 121 |
| Binary | 11001010 | 10111101 | 11011110 | 1001 | 1111 | 0 | 1101 | 100001000 | 100001 | 1010001 |
Color Harmonies of #CABDDE
Complementary color
Monochromatic Colors of #CABDDE
Black with #CABDDE
Text Example
Text Example
White with #CABDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDDE; }
p { color: rgb(202,189,222); }
H1.HeaderClassName
{
color: #CABDDE;
}
.AnyTagClassName
{
color: #CABDDE;
}
</style>
background-color css
<style>
a { background-color: #CABDDE; }
a { background-color: rgb(202,189,222); }
div.DivClassName
{
background-color: #CABDDE;
}
.BgClassName
{
background-color: #CABDDE;
}
</style>
border-color css
<style>
span { border-color: #CABDDE; }
span { border-color: rgb(202,189,222); }
td.TdClassName
{
border-color: #CABDDE;
}
.TagClassName
{
border-color: #CABDDE;
}
</style>