Shades of Melrose #CABDF1
Tints of Melrose #CABDF1
RGB
CMYK
RGB Variations
Color information
#CABDF1 (or 0xCABDF1) is known color: Melrose. HEX triplet: CA, BD and F1. RGB value is (202,189,241). Sum of RGB (Red+Green+Blue) = 202+189+241=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #CABDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDF1 is #35420E. Grayscale: #C6C6C6. Windows color (decimal): -3490319 or 15842762. OLE color: 15842762.
HSL color Cylindrical-coordinate representation of color #CABDF1: hue angle of 255º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABDF1 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 189 | 241 | - |
CMYK | 0.16 | 0.22 | 0 | 0.05 |
HSL | 255º | 0.65% | 0.84% | - |
HSV(B) | 255º | 0.22% | 0.95% | - |
XYZ | 58.43 | 55.3 | 90.81 | - |
YUV | 198.82 | 151.81 | 130.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 241 | 0.16 | 0.22 | 0 | 0.05 | 255 | 0.65 | 0.84 |
Hex | CA | BD | F1 | 10 | 16 | 0 | 5 | FF | 41 | 54 |
Octal | 312 | 275 | 361 | 20 | 26 | 0 | 5 | 377 | 101 | 124 |
Binary | 11001010 | 10111101 | 11110001 | 10000 | 10110 | 0 | 101 | 11111111 | 1000001 | 1010100 |
Color Harmonies of #CABDF1
Complementary color
Monochromatic Colors of #CABDF1
Black with #CABDF1
Text Example
Text Example
White with #CABDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABDF1; }
p { color: rgb(202,189,241); }
H1.HeaderClassName
{
color: #CABDF1;
}
.AnyTagClassName
{
color: #CABDF1;
}
</style>
background-color css
<style>
a { background-color: #CABDF1; }
a { background-color: rgb(202,189,241); }
div.DivClassName
{
background-color: #CABDF1;
}
.BgClassName
{
background-color: #CABDF1;
}
</style>
border-color css
<style>
span { border-color: #CABDF1; }
span { border-color: rgb(202,189,241); }
td.TdClassName
{
border-color: #CABDF1;
}
.TagClassName
{
border-color: #CABDF1;
}
</style>