Shades of Melrose #CABDDF
Tints of Melrose #CABDDF
RGB
CMYK
RGB Variations
Color information
#CABDDF (or 0xCABDDF) is known color: Melrose. HEX triplet: CA, BD and DF. RGB value is (202,189,223). Sum of RGB (Red+Green+Blue) = 202+189+223=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 189 (74.22% from 255 or 30.78% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDF is #354220. Grayscale: #C4C4C4. Windows color (decimal): -3490337 or 14663114. OLE color: 14663114.
HSL color Cylindrical-coordinate representation of color #CABDDF: hue angle of 262.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABDDF is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 189 | 223 | - |
CMYK | 0.09 | 0.15 | 0 | 0.13 |
HSL | 262.94º | 0.35% | 0.81% | - |
HSV(B) | 262.94º | 0.15% | 0.87% | - |
XYZ | 55.87 | 54.28 | 77.34 | - |
YUV | 196.76 | 142.81 | 131.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 223 | 0.09 | 0.15 | 0 | 0.13 | 262.94 | 0.35 | 0.81 |
Hex | CA | BD | DF | 9 | F | 0 | D | 107 | 23 | 51 |
Octal | 312 | 275 | 337 | 11 | 17 | 0 | 15 | 407 | 43 | 121 |
Binary | 11001010 | 10111101 | 11011111 | 1001 | 1111 | 0 | 1101 | 100000111 | 100011 | 1010001 |
Color Harmonies of #CABDDF
Complementary color
Monochromatic Colors of #CABDDF
Black with #CABDDF
Text Example
Text Example
White with #CABDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDDF; }
p { color: rgb(202,189,223); }
H1.HeaderClassName
{
color: #CABDDF;
}
.AnyTagClassName
{
color: #CABDDF;
}
</style>
background-color css
<style>
a { background-color: #CABDDF; }
a { background-color: rgb(202,189,223); }
div.DivClassName
{
background-color: #CABDDF;
}
.BgClassName
{
background-color: #CABDDF;
}
</style>
border-color css
<style>
span { border-color: #CABDDF; }
span { border-color: rgb(202,189,223); }
td.TdClassName
{
border-color: #CABDDF;
}
.TagClassName
{
border-color: #CABDDF;
}
</style>