Shades of Melrose #CABDE8
Tints of Melrose #CABDE8
RGB
CMYK
RGB Variations
Color information
#CABDE8 (or 0xCABDE8) is known color: Melrose. HEX triplet: CA, BD and E8. RGB value is (202,189,232). Sum of RGB (Red+Green+Blue) = 202+189+232=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #CABDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDE8 is #354217. Grayscale: #C5C5C5. Windows color (decimal): -3490328 or 15252938. OLE color: 15252938.
HSL color Cylindrical-coordinate representation of color #CABDE8: hue angle of 258.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABDE8 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 189 | 232 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.09 |
| HSL | 258.14º | 0.48% | 0.83% | - |
| HSV(B) | 258.14º | 0.19% | 0.91% | - |
| XYZ | 57.12 | 54.78 | 83.91 | - |
| YUV | 197.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 189 | 232 | 0.13 | 0.19 | 0 | 0.09 | 258.14 | 0.48 | 0.83 |
| Hex | CA | BD | E8 | D | 13 | 0 | 9 | 102 | 30 | 53 |
| Octal | 312 | 275 | 350 | 15 | 23 | 0 | 11 | 402 | 60 | 123 |
| Binary | 11001010 | 10111101 | 11101000 | 1101 | 10011 | 0 | 1001 | 100000010 | 110000 | 1010011 |
Color Harmonies of #CABDE8
Complementary color
Monochromatic Colors of #CABDE8
Black with #CABDE8
Text Example
Text Example
White with #CABDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDE8; }
p { color: rgb(202,189,232); }
H1.HeaderClassName
{
color: #CABDE8;
}
.AnyTagClassName
{
color: #CABDE8;
}
</style>
background-color css
<style>
a { background-color: #CABDE8; }
a { background-color: rgb(202,189,232); }
div.DivClassName
{
background-color: #CABDE8;
}
.BgClassName
{
background-color: #CABDE8;
}
</style>
border-color css
<style>
span { border-color: #CABDE8; }
span { border-color: rgb(202,189,232); }
td.TdClassName
{
border-color: #CABDE8;
}
.TagClassName
{
border-color: #CABDE8;
}
</style>