Shades of Melrose #CABDEF
Tints of Melrose #CABDEF
RGB
CMYK
RGB Variations
Color information
#CABDEF (or 0xCABDEF) is known color: Melrose. HEX triplet: CA, BD and EF. RGB value is (202,189,239). Sum of RGB (Red+Green+Blue) = 202+189+239=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #CABDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEF is #354210. Grayscale: #C6C6C6. Windows color (decimal): -3490321 or 15711690. OLE color: 15711690.
HSL color Cylindrical-coordinate representation of color #CABDEF: hue angle of 255.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABDEF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 189 | 239 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.06 |
| HSL | 255.6º | 0.61% | 0.84% | - |
| HSV(B) | 255.6º | 0.21% | 0.94% | - |
| XYZ | 58.13 | 55.18 | 89.25 | - |
| YUV | 198.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 239 | 0.15 | 0.21 | 0 | 0.06 | 255.6 | 0.61 | 0.84 |
| Hex | CA | BD | EF | F | 15 | 0 | 6 | 100 | 3D | 54 |
| Octal | 312 | 275 | 357 | 17 | 25 | 0 | 6 | 400 | 75 | 124 |
| Binary | 11001010 | 10111101 | 11101111 | 1111 | 10101 | 0 | 110 | 100000000 | 111101 | 1010100 |
Color Harmonies of #CABDEF
Complementary color
Monochromatic Colors of #CABDEF
Black with #CABDEF
Text Example
Text Example
White with #CABDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDEF; }
p { color: rgb(202,189,239); }
H1.HeaderClassName
{
color: #CABDEF;
}
.AnyTagClassName
{
color: #CABDEF;
}
</style>
background-color css
<style>
a { background-color: #CABDEF; }
a { background-color: rgb(202,189,239); }
div.DivClassName
{
background-color: #CABDEF;
}
.BgClassName
{
background-color: #CABDEF;
}
</style>
border-color css
<style>
span { border-color: #CABDEF; }
span { border-color: rgb(202,189,239); }
td.TdClassName
{
border-color: #CABDEF;
}
.TagClassName
{
border-color: #CABDEF;
}
</style>