Shades of Melrose #CABEEC
Tints of Melrose #CABEEC
RGB
CMYK
RGB Variations
Color information
#CABEEC (or 0xCABEEC) is known color: Melrose. HEX triplet: CA, BE and EC. RGB value is (202,190,236). Sum of RGB (Red+Green+Blue) = 202+190+236=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEEC is #354113. Grayscale: #C6C6C6. Windows color (decimal): -3490068 or 15515338. OLE color: 15515338.
HSL color Cylindrical-coordinate representation of color #CABEEC: hue angle of 255.65º degrees, saturation: 0.55, 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 #CABEEC is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 190 | 236 | - |
CMYK | 0.14 | 0.19 | 0 | 0.07 |
HSL | 255.65º | 0.55% | 0.84% | - |
HSV(B) | 255.65º | 0.19% | 0.93% | - |
XYZ | 57.91 | 55.44 | 87.01 | - |
YUV | 198.83 | 148.98 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 236 | 0.14 | 0.19 | 0 | 0.07 | 255.65 | 0.55 | 0.84 |
Hex | CA | BE | EC | E | 13 | 0 | 7 | 100 | 37 | 54 |
Octal | 312 | 276 | 354 | 16 | 23 | 0 | 7 | 400 | 67 | 124 |
Binary | 11001010 | 10111110 | 11101100 | 1110 | 10011 | 0 | 111 | 100000000 | 110111 | 1010100 |
Color Harmonies of #CABEEC
Complementary color
Monochromatic Colors of #CABEEC
Black with #CABEEC
Text Example
Text Example
White with #CABEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEEC; }
p { color: rgb(202,190,236); }
H1.HeaderClassName
{
color: #CABEEC;
}
.AnyTagClassName
{
color: #CABEEC;
}
</style>
background-color css
<style>
a { background-color: #CABEEC; }
a { background-color: rgb(202,190,236); }
div.DivClassName
{
background-color: #CABEEC;
}
.BgClassName
{
background-color: #CABEEC;
}
</style>
border-color css
<style>
span { border-color: #CABEEC; }
span { border-color: rgb(202,190,236); }
td.TdClassName
{
border-color: #CABEEC;
}
.TagClassName
{
border-color: #CABEEC;
}
</style>