Shades of Melrose #CABEDA
Tints of Melrose #CABEDA
RGB
CMYK
RGB Variations
Color information
#CABEDA (or 0xCABEDA) is known color: Melrose. HEX triplet: CA, BE and DA. RGB value is (202,190,218). Sum of RGB (Red+Green+Blue) = 202+190+218=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDA is #354125. Grayscale: #C4C4C4. Windows color (decimal): -3490086 or 14335690. OLE color: 14335690.
HSL color Cylindrical-coordinate representation of color #CABEDA: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABEDA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 190 | 218 | - |
CMYK | 0.07 | 0.13 | 0 | 0.15 |
HSL | 265.71º | 0.27% | 0.8% | - |
HSV(B) | 265.71º | 0.13% | 0.85% | - |
XYZ | 55.43 | 54.45 | 73.92 | - |
YUV | 196.78 | 139.98 | 131.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 218 | 0.07 | 0.13 | 0 | 0.15 | 265.71 | 0.27 | 0.8 |
Hex | CA | BE | DA | 7 | D | 0 | F | 10A | 1B | 50 |
Octal | 312 | 276 | 332 | 7 | 15 | 0 | 17 | 412 | 33 | 120 |
Binary | 11001010 | 10111110 | 11011010 | 111 | 1101 | 0 | 1111 | 100001010 | 11011 | 1010000 |
Color Harmonies of #CABEDA
Complementary color
Monochromatic Colors of #CABEDA
Black with #CABEDA
Text Example
Text Example
White with #CABEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEDA; }
p { color: rgb(202,190,218); }
H1.HeaderClassName
{
color: #CABEDA;
}
.AnyTagClassName
{
color: #CABEDA;
}
</style>
background-color css
<style>
a { background-color: #CABEDA; }
a { background-color: rgb(202,190,218); }
div.DivClassName
{
background-color: #CABEDA;
}
.BgClassName
{
background-color: #CABEDA;
}
</style>
border-color css
<style>
span { border-color: #CABEDA; }
span { border-color: rgb(202,190,218); }
td.TdClassName
{
border-color: #CABEDA;
}
.TagClassName
{
border-color: #CABEDA;
}
</style>