Shades of Melrose #CAB2EE
Tints of Melrose #CAB2EE
RGB
CMYK
RGB Variations
Color information
#CAB2EE (or 0xCAB2EE) is known color: Melrose. HEX triplet: CA, B2 and EE. RGB value is (202,178,238). Sum of RGB (Red+Green+Blue) = 202+178+238=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EE is #354D11. Grayscale: #BFBFBF. Windows color (decimal): -3493138 or 15643338. OLE color: 15643338.
HSL color Cylindrical-coordinate representation of color #CAB2EE: hue angle of 264º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB2EE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 178 | 238 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.07 |
| HSL | 264º | 0.64% | 0.82% | - |
| HSV(B) | 264º | 0.25% | 0.93% | - |
| XYZ | 55.71 | 50.57 | 87.71 | - |
| YUV | 192.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 238 | 0.15 | 0.25 | 0 | 0.07 | 264 | 0.64 | 0.82 |
| Hex | CA | B2 | EE | F | 19 | 0 | 7 | 108 | 40 | 52 |
| Octal | 312 | 262 | 356 | 17 | 31 | 0 | 7 | 410 | 100 | 122 |
| Binary | 11001010 | 10110010 | 11101110 | 1111 | 11001 | 0 | 111 | 100001000 | 1000000 | 1010010 |
Color Harmonies of #CAB2EE
Complementary color
Monochromatic Colors of #CAB2EE
Black with #CAB2EE
Text Example
Text Example
White with #CAB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2EE; }
p { color: rgb(202,178,238); }
H1.HeaderClassName
{
color: #CAB2EE;
}
.AnyTagClassName
{
color: #CAB2EE;
}
</style>
background-color css
<style>
a { background-color: #CAB2EE; }
a { background-color: rgb(202,178,238); }
div.DivClassName
{
background-color: #CAB2EE;
}
.BgClassName
{
background-color: #CAB2EE;
}
</style>
border-color css
<style>
span { border-color: #CAB2EE; }
span { border-color: rgb(202,178,238); }
td.TdClassName
{
border-color: #CAB2EE;
}
.TagClassName
{
border-color: #CAB2EE;
}
</style>