Shades of Melrose #CABFE4
Tints of Melrose #CABFE4
RGB
CMYK
RGB Variations
Color information
#CABFE4 (or 0xCABFE4) is known color: Melrose. HEX triplet: CA, BF and E4. RGB value is (202,191,228). Sum of RGB (Red+Green+Blue) = 202+191+228=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 228 (89.45% from 255 or 36.71% from 621); Max value from RGB is 228 - color contains mainly: blue. Hex color #CABFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABFE4 is #35401B. Grayscale: #C6C6C6. Windows color (decimal): -3489820 or 14991306. OLE color: 14991306.
HSL color Cylindrical-coordinate representation of color #CABFE4: hue angle of 257.84º degrees, saturation: 0.41, 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 #CABFE4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 191 | 228 | - |
CMYK | 0.11 | 0.16 | 0 | 0.11 |
HSL | 257.84º | 0.41% | 0.82% | - |
HSV(B) | 257.84º | 0.16% | 0.89% | - |
XYZ | 56.99 | 55.42 | 81.09 | - |
YUV | 198.51 | 144.64 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 191 | 228 | 0.11 | 0.16 | 0 | 0.11 | 257.84 | 0.41 | 0.82 |
Hex | CA | BF | E4 | B | 10 | 0 | B | 102 | 29 | 52 |
Octal | 312 | 277 | 344 | 13 | 20 | 0 | 13 | 402 | 51 | 122 |
Binary | 11001010 | 10111111 | 11100100 | 1011 | 10000 | 0 | 1011 | 100000010 | 101001 | 1010010 |
Color Harmonies of #CABFE4
Complementary color
Monochromatic Colors of #CABFE4
Black with #CABFE4
Text Example
Text Example
White with #CABFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFE4; }
p { color: rgb(202,191,228); }
H1.HeaderClassName
{
color: #CABFE4;
}
.AnyTagClassName
{
color: #CABFE4;
}
</style>
background-color css
<style>
a { background-color: #CABFE4; }
a { background-color: rgb(202,191,228); }
div.DivClassName
{
background-color: #CABFE4;
}
.BgClassName
{
background-color: #CABFE4;
}
</style>
border-color css
<style>
span { border-color: #CABFE4; }
span { border-color: rgb(202,191,228); }
td.TdClassName
{
border-color: #CABFE4;
}
.TagClassName
{
border-color: #CABFE4;
}
</style>