Shades of Melrose #CABEEB
Tints of Melrose #CABEEB
RGB
CMYK
RGB Variations
Color information
#CABEEB (or 0xCABEEB) is known color: Melrose. HEX triplet: CA, BE and EB. RGB value is (202,190,235). Sum of RGB (Red+Green+Blue) = 202+190+235=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 235 (92.19% from 255 or 37.48% from 627); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEB is #354114. Grayscale: #C6C6C6. Windows color (decimal): -3490069 or 15449802. OLE color: 15449802.
HSL color Cylindrical-coordinate representation of color #CABEEB: hue angle of 256º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CABEEB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 202 | 190 | 235 | - |
CMYK | 0.14 | 0.19 | 0 | 0.08 |
HSL | 256º | 0.53% | 0.83% | - |
HSV(B) | 256º | 0.19% | 0.92% | - |
XYZ | 57.77 | 55.38 | 86.24 | - |
YUV | 198.72 | 148.48 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 235 | 0.14 | 0.19 | 0 | 0.08 | 256 | 0.53 | 0.83 |
Hex | CA | BE | EB | E | 13 | 0 | 8 | 100 | 35 | 53 |
Octal | 312 | 276 | 353 | 16 | 23 | 0 | 10 | 400 | 65 | 123 |
Binary | 11001010 | 10111110 | 11101011 | 1110 | 10011 | 0 | 1000 | 100000000 | 110101 | 1010011 |
Color Harmonies of #CABEEB
Complementary color
Monochromatic Colors of #CABEEB
Black with #CABEEB
Text Example
Text Example
White with #CABEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEEB; }
p { color: rgb(202,190,235); }
H1.HeaderClassName
{
color: #CABEEB;
}
.AnyTagClassName
{
color: #CABEEB;
}
</style>
background-color css
<style>
a { background-color: #CABEEB; }
a { background-color: rgb(202,190,235); }
div.DivClassName
{
background-color: #CABEEB;
}
.BgClassName
{
background-color: #CABEEB;
}
</style>
border-color css
<style>
span { border-color: #CABEEB; }
span { border-color: rgb(202,190,235); }
td.TdClassName
{
border-color: #CABEEB;
}
.TagClassName
{
border-color: #CABEEB;
}
</style>