Shades of Melrose #CABDF2
Tints of Melrose #CABDF2
RGB
CMYK
RGB Variations
Color information
#CABDF2 (or 0xCABDF2) is known color: Melrose. HEX triplet: CA, BD and F2. RGB value is (202,189,242). Sum of RGB (Red+Green+Blue) = 202+189+242=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF2 is #35420D. Grayscale: #C6C6C6. Windows color (decimal): -3490318 or 15908298. OLE color: 15908298.
HSL color Cylindrical-coordinate representation of color #CABDF2: hue angle of 254.72º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABDF2 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 189 | 242 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 254.72º | 0.67% | 0.85% | - |
| HSV(B) | 254.72º | 0.22% | 0.95% | - |
| XYZ | 58.58 | 55.36 | 91.6 | - |
| YUV | 198.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 242 | 0.17 | 0.22 | 0 | 0.05 | 254.72 | 0.67 | 0.85 |
| Hex | CA | BD | F2 | 11 | 16 | 0 | 5 | FF | 43 | 55 |
| Octal | 312 | 275 | 362 | 21 | 26 | 0 | 5 | 377 | 103 | 125 |
| Binary | 11001010 | 10111101 | 11110010 | 10001 | 10110 | 0 | 101 | 11111111 | 1000011 | 1010101 |
Color Harmonies of #CABDF2
Complementary color
Monochromatic Colors of #CABDF2
Black with #CABDF2
Text Example
Text Example
White with #CABDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDF2; }
p { color: rgb(202,189,242); }
H1.HeaderClassName
{
color: #CABDF2;
}
.AnyTagClassName
{
color: #CABDF2;
}
</style>
background-color css
<style>
a { background-color: #CABDF2; }
a { background-color: rgb(202,189,242); }
div.DivClassName
{
background-color: #CABDF2;
}
.BgClassName
{
background-color: #CABDF2;
}
</style>
border-color css
<style>
span { border-color: #CABDF2; }
span { border-color: rgb(202,189,242); }
td.TdClassName
{
border-color: #CABDF2;
}
.TagClassName
{
border-color: #CABDF2;
}
</style>