Shades of Melrose #CABDEE
Tints of Melrose #CABDEE
RGB
CMYK
RGB Variations
Color information
#CABDEE (or 0xCABDEE) is known color: Melrose. HEX triplet: CA, BD and EE. RGB value is (202,189,238). Sum of RGB (Red+Green+Blue) = 202+189+238=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEE is #354211. Grayscale: #C6C6C6. Windows color (decimal): -3490322 or 15646154. OLE color: 15646154.
HSL color Cylindrical-coordinate representation of color #CABDEE: hue angle of 255.92º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABDEE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 189 | 238 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.07 |
| HSL | 255.92º | 0.59% | 0.84% | - |
| HSV(B) | 255.92º | 0.21% | 0.93% | - |
| XYZ | 57.99 | 55.12 | 88.47 | - |
| YUV | 198.47 | 150.31 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 238 | 0.15 | 0.21 | 0 | 0.07 | 255.92 | 0.59 | 0.84 |
| Hex | CA | BD | EE | F | 15 | 0 | 7 | 100 | 3B | 54 |
| Octal | 312 | 275 | 356 | 17 | 25 | 0 | 7 | 400 | 73 | 124 |
| Binary | 11001010 | 10111101 | 11101110 | 1111 | 10101 | 0 | 111 | 100000000 | 111011 | 1010100 |
Color Harmonies of #CABDEE
Complementary color
Monochromatic Colors of #CABDEE
Black with #CABDEE
Text Example
Text Example
White with #CABDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDEE; }
p { color: rgb(202,189,238); }
H1.HeaderClassName
{
color: #CABDEE;
}
.AnyTagClassName
{
color: #CABDEE;
}
</style>
background-color css
<style>
a { background-color: #CABDEE; }
a { background-color: rgb(202,189,238); }
div.DivClassName
{
background-color: #CABDEE;
}
.BgClassName
{
background-color: #CABDEE;
}
</style>
border-color css
<style>
span { border-color: #CABDEE; }
span { border-color: rgb(202,189,238); }
td.TdClassName
{
border-color: #CABDEE;
}
.TagClassName
{
border-color: #CABDEE;
}
</style>