Shades of Melrose #CABBDF
Tints of Melrose #CABBDF
RGB
CMYK
RGB Variations
Color information
#CABBDF (or 0xCABBDF) is known color: Melrose. HEX triplet: CA, BB and DF. RGB value is (202,187,223). Sum of RGB (Red+Green+Blue) = 202+187+223=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBDF is #354420. Grayscale: #C3C3C3. Windows color (decimal): -3490849 or 14662602. OLE color: 14662602.
HSL color Cylindrical-coordinate representation of color #CABBDF: hue angle of 265º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABBDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 187 | 223 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 265º | 0.36% | 0.8% | - |
| HSV(B) | 265º | 0.16% | 0.87% | - |
| XYZ | 55.45 | 53.42 | 77.2 | - |
| YUV | 195.59 | 143.47 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 187 | 223 | 0.09 | 0.16 | 0 | 0.13 | 265 | 0.36 | 0.8 |
| Hex | CA | BB | DF | 9 | 10 | 0 | D | 109 | 24 | 50 |
| Octal | 312 | 273 | 337 | 11 | 20 | 0 | 15 | 411 | 44 | 120 |
| Binary | 11001010 | 10111011 | 11011111 | 1001 | 10000 | 0 | 1101 | 100001001 | 100100 | 1010000 |
Color Harmonies of #CABBDF
Complementary color
Monochromatic Colors of #CABBDF
Black with #CABBDF
Text Example
Text Example
White with #CABBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABBDF; }
p { color: rgb(202,187,223); }
H1.HeaderClassName
{
color: #CABBDF;
}
.AnyTagClassName
{
color: #CABBDF;
}
</style>
background-color css
<style>
a { background-color: #CABBDF; }
a { background-color: rgb(202,187,223); }
div.DivClassName
{
background-color: #CABBDF;
}
.BgClassName
{
background-color: #CABBDF;
}
</style>
border-color css
<style>
span { border-color: #CABBDF; }
span { border-color: rgb(202,187,223); }
td.TdClassName
{
border-color: #CABBDF;
}
.TagClassName
{
border-color: #CABBDF;
}
</style>