Shades of Melrose #CABFE3
Tints of Melrose #CABFE3
RGB
CMYK
RGB Variations
Color information
#CABFE3 (or 0xCABFE3) is known color: Melrose. HEX triplet: CA, BF and E3. RGB value is (202,191,227). Sum of RGB (Red+Green+Blue) = 202+191+227=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #CABFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE3 is #35401C. Grayscale: #C6C6C6. Windows color (decimal): -3489821 or 14925770. OLE color: 14925770.
HSL color Cylindrical-coordinate representation of color #CABFE3: hue angle of 258.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABFE3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 191 | 227 | - |
CMYK | 0.11 | 0.16 | 0 | 0.11 |
HSL | 258.33º | 0.39% | 0.82% | - |
HSV(B) | 258.33º | 0.16% | 0.89% | - |
XYZ | 56.85 | 55.36 | 80.36 | - |
YUV | 198.39 | 144.14 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 227 | 0.11 | 0.16 | 0 | 0.11 | 258.33 | 0.39 | 0.82 |
Hex | CA | BF | E3 | B | 10 | 0 | B | 102 | 27 | 52 |
Octal | 312 | 277 | 343 | 13 | 20 | 0 | 13 | 402 | 47 | 122 |
Binary | 11001010 | 10111111 | 11100011 | 1011 | 10000 | 0 | 1011 | 100000010 | 100111 | 1010010 |
Color Harmonies of #CABFE3
Complementary color
Monochromatic Colors of #CABFE3
Black with #CABFE3
Text Example
Text Example
White with #CABFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE3; }
p { color: rgb(202,191,227); }
H1.HeaderClassName
{
color: #CABFE3;
}
.AnyTagClassName
{
color: #CABFE3;
}
</style>
background-color css
<style>
a { background-color: #CABFE3; }
a { background-color: rgb(202,191,227); }
div.DivClassName
{
background-color: #CABFE3;
}
.BgClassName
{
background-color: #CABFE3;
}
</style>
border-color css
<style>
span { border-color: #CABFE3; }
span { border-color: rgb(202,191,227); }
td.TdClassName
{
border-color: #CABFE3;
}
.TagClassName
{
border-color: #CABFE3;
}
</style>