Shades of Melrose #CABBEF
Tints of Melrose #CABBEF
RGB
CMYK
RGB Variations
Color information
#CABBEF (or 0xCABBEF) is known color: Melrose. HEX triplet: CA, BB and EF. RGB value is (202,187,239). Sum of RGB (Red+Green+Blue) = 202+187+239=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #CABBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEF is #354410. Grayscale: #C5C5C5. Windows color (decimal): -3490833 or 15711178. OLE color: 15711178.
HSL color Cylindrical-coordinate representation of color #CABBEF: hue angle of 257.31º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABBEF is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 187 | 239 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.06 |
| HSL | 257.31º | 0.62% | 0.84% | - |
| HSV(B) | 257.31º | 0.22% | 0.94% | - |
| XYZ | 57.71 | 54.33 | 89.11 | - |
| YUV | 197.41 | 151.47 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 239 | 0.15 | 0.22 | 0 | 0.06 | 257.31 | 0.62 | 0.84 |
| Hex | CA | BB | EF | F | 16 | 0 | 6 | 101 | 3E | 54 |
| Octal | 312 | 273 | 357 | 17 | 26 | 0 | 6 | 401 | 76 | 124 |
| Binary | 11001010 | 10111011 | 11101111 | 1111 | 10110 | 0 | 110 | 100000001 | 111110 | 1010100 |
Color Harmonies of #CABBEF
Complementary color
Monochromatic Colors of #CABBEF
Black with #CABBEF
Text Example
Text Example
White with #CABBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBEF; }
p { color: rgb(202,187,239); }
H1.HeaderClassName
{
color: #CABBEF;
}
.AnyTagClassName
{
color: #CABBEF;
}
</style>
background-color css
<style>
a { background-color: #CABBEF; }
a { background-color: rgb(202,187,239); }
div.DivClassName
{
background-color: #CABBEF;
}
.BgClassName
{
background-color: #CABBEF;
}
</style>
border-color css
<style>
span { border-color: #CABBEF; }
span { border-color: rgb(202,187,239); }
td.TdClassName
{
border-color: #CABBEF;
}
.TagClassName
{
border-color: #CABBEF;
}
</style>