Shades of Melrose #CABFED
Tints of Melrose #CABFED
RGB
CMYK
RGB Variations
Color information
#CABFED (or 0xCABFED) is known color: Melrose. HEX triplet: CA, BF and ED. RGB value is (202,191,237). Sum of RGB (Red+Green+Blue) = 202+191+237=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABFED is #354012. Grayscale: #C7C7C7. Windows color (decimal): -3489811 or 15581130. OLE color: 15581130.
HSL color Cylindrical-coordinate representation of color #CABFED: hue angle of 254.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABFED is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 191 | 237 | - |
CMYK | 0.15 | 0.19 | 0 | 0.07 |
HSL | 254.35º | 0.56% | 0.84% | - |
HSV(B) | 254.35º | 0.19% | 0.93% | - |
XYZ | 58.27 | 55.93 | 87.85 | - |
YUV | 199.53 | 149.14 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 237 | 0.15 | 0.19 | 0 | 0.07 | 254.35 | 0.56 | 0.84 |
Hex | CA | BF | ED | F | 13 | 0 | 7 | FE | 38 | 54 |
Octal | 312 | 277 | 355 | 17 | 23 | 0 | 7 | 376 | 70 | 124 |
Binary | 11001010 | 10111111 | 11101101 | 1111 | 10011 | 0 | 111 | 11111110 | 111000 | 1010100 |
Color Harmonies of #CABFED
Complementary color
Monochromatic Colors of #CABFED
Black with #CABFED
Text Example
Text Example
White with #CABFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFED; }
p { color: rgb(202,191,237); }
H1.HeaderClassName
{
color: #CABFED;
}
.AnyTagClassName
{
color: #CABFED;
}
</style>
background-color css
<style>
a { background-color: #CABFED; }
a { background-color: rgb(202,191,237); }
div.DivClassName
{
background-color: #CABFED;
}
.BgClassName
{
background-color: #CABFED;
}
</style>
border-color css
<style>
span { border-color: #CABFED; }
span { border-color: rgb(202,191,237); }
td.TdClassName
{
border-color: #CABFED;
}
.TagClassName
{
border-color: #CABFED;
}
</style>