Shades of Melrose #CABDF0
Tints of Melrose #CABDF0
RGB
CMYK
RGB Variations
Color information
#CABDF0 (or 0xCABDF0) is known color: Melrose. HEX triplet: CA, BD and F0. RGB value is (202,189,240). Sum of RGB (Red+Green+Blue) = 202+189+240=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF0 is #35420F. Grayscale: #C6C6C6. Windows color (decimal): -3490320 or 15777226. OLE color: 15777226.
HSL color Cylindrical-coordinate representation of color #CABDF0: hue angle of 255.29º degrees, saturation: 0.63, 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 #CABDF0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 189 | 240 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.06 |
| HSL | 255.29º | 0.63% | 0.84% | - |
| HSV(B) | 255.29º | 0.21% | 0.94% | - |
| XYZ | 58.28 | 55.24 | 90.03 | - |
| YUV | 198.7 | 151.31 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 240 | 0.16 | 0.21 | 0 | 0.06 | 255.29 | 0.63 | 0.84 |
| Hex | CA | BD | F0 | 10 | 15 | 0 | 6 | FF | 3F | 54 |
| Octal | 312 | 275 | 360 | 20 | 25 | 0 | 6 | 377 | 77 | 124 |
| Binary | 11001010 | 10111101 | 11110000 | 10000 | 10101 | 0 | 110 | 11111111 | 111111 | 1010100 |
Color Harmonies of #CABDF0
Complementary color
Monochromatic Colors of #CABDF0
Black with #CABDF0
Text Example
Text Example
White with #CABDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDF0; }
p { color: rgb(202,189,240); }
H1.HeaderClassName
{
color: #CABDF0;
}
.AnyTagClassName
{
color: #CABDF0;
}
</style>
background-color css
<style>
a { background-color: #CABDF0; }
a { background-color: rgb(202,189,240); }
div.DivClassName
{
background-color: #CABDF0;
}
.BgClassName
{
background-color: #CABDF0;
}
</style>
border-color css
<style>
span { border-color: #CABDF0; }
span { border-color: rgb(202,189,240); }
td.TdClassName
{
border-color: #CABDF0;
}
.TagClassName
{
border-color: #CABDF0;
}
</style>