Shades of Melrose #CABDED
Tints of Melrose #CABDED
RGB
CMYK
RGB Variations
Color information
#CABDED (or 0xCABDED) is known color: Melrose. HEX triplet: CA, BD and ED. RGB value is (202,189,237). Sum of RGB (Red+Green+Blue) = 202+189+237=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDED is #354212. Grayscale: #C6C6C6. Windows color (decimal): -3490323 or 15580618. OLE color: 15580618.
HSL color Cylindrical-coordinate representation of color #CABDED: hue angle of 256.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABDED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 189 | 237 | - |
CMYK | 0.15 | 0.20 | 0 | 0.07 |
HSL | 256.25º | 0.57% | 0.84% | - |
HSV(B) | 256.25º | 0.2% | 0.93% | - |
XYZ | 57.84 | 55.07 | 87.7 | - |
YUV | 198.36 | 149.81 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 237 | 0.15 | 0.20 | 0 | 0.07 | 256.25 | 0.57 | 0.84 |
Hex | CA | BD | ED | F | 14 | 0 | 7 | 100 | 39 | 54 |
Octal | 312 | 275 | 355 | 17 | 24 | 0 | 7 | 400 | 71 | 124 |
Binary | 11001010 | 10111101 | 11101101 | 1111 | 10100 | 0 | 111 | 100000000 | 111001 | 1010100 |
Color Harmonies of #CABDED
Complementary color
Monochromatic Colors of #CABDED
Black with #CABDED
Text Example
Text Example
White with #CABDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDED; }
p { color: rgb(202,189,237); }
H1.HeaderClassName
{
color: #CABDED;
}
.AnyTagClassName
{
color: #CABDED;
}
</style>
background-color css
<style>
a { background-color: #CABDED; }
a { background-color: rgb(202,189,237); }
div.DivClassName
{
background-color: #CABDED;
}
.BgClassName
{
background-color: #CABDED;
}
</style>
border-color css
<style>
span { border-color: #CABDED; }
span { border-color: rgb(202,189,237); }
td.TdClassName
{
border-color: #CABDED;
}
.TagClassName
{
border-color: #CABDED;
}
</style>