Shades of Melrose #C2BDEF
Tints of Melrose #C2BDEF
RGB
CMYK
RGB Variations
Color information
#C2BDEF (or 0xC2BDEF) is known color: Melrose. HEX triplet: C2, BD and EF. RGB value is (194,189,239). Sum of RGB (Red+Green+Blue) = 194+189+239=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BDEF is #3D4210. Grayscale: #C3C3C3. Windows color (decimal): -4014609 or 15711682. OLE color: 15711682.
HSL color Cylindrical-coordinate representation of color #C2BDEF: hue angle of 246º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BDEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 189 | 239 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.06 |
| HSL | 246º | 0.61% | 0.84% | - |
| HSV(B) | 246º | 0.21% | 0.94% | - |
| XYZ | 56.03 | 54.1 | 89.15 | - |
| YUV | 196.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 239 | 0.19 | 0.21 | 0 | 0.06 | 246 | 0.61 | 0.84 |
| Hex | C2 | BD | EF | 13 | 15 | 0 | 6 | F6 | 3D | 54 |
| Octal | 302 | 275 | 357 | 23 | 25 | 0 | 6 | 366 | 75 | 124 |
| Binary | 11000010 | 10111101 | 11101111 | 10011 | 10101 | 0 | 110 | 11110110 | 111101 | 1010100 |
Color Harmonies of #C2BDEF
Complementary color
Monochromatic Colors of #C2BDEF
Black with #C2BDEF
Text Example
Text Example
White with #C2BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDEF; }
p { color: rgb(194,189,239); }
H1.HeaderClassName
{
color: #C2BDEF;
}
.AnyTagClassName
{
color: #C2BDEF;
}
</style>
background-color css
<style>
a { background-color: #C2BDEF; }
a { background-color: rgb(194,189,239); }
div.DivClassName
{
background-color: #C2BDEF;
}
.BgClassName
{
background-color: #C2BDEF;
}
</style>
border-color css
<style>
span { border-color: #C2BDEF; }
span { border-color: rgb(194,189,239); }
td.TdClassName
{
border-color: #C2BDEF;
}
.TagClassName
{
border-color: #C2BDEF;
}
</style>