Shades of Melrose #C2BDDB
Tints of Melrose #C2BDDB
RGB
CMYK
RGB Variations
Color information
#C2BDDB (or 0xC2BDDB) is known color: Melrose. HEX triplet: C2, BD and DB. RGB value is (194,189,219). Sum of RGB (Red+Green+Blue) = 194+189+219=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDDB is #3D4224. Grayscale: #C1C1C1. Windows color (decimal): -4014629 or 14400962. OLE color: 14400962.
HSL color Cylindrical-coordinate representation of color #C2BDDB: hue angle of 250º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BDDB is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 189 | 219 | - |
CMYK | 0.11 | 0.14 | 0 | 0.14 |
HSL | 250º | 0.29% | 0.8% | - |
HSV(B) | 250º | 0.14% | 0.86% | - |
XYZ | 53.23 | 52.98 | 74.44 | - |
YUV | 193.92 | 142.16 | 128.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 189 | 219 | 0.11 | 0.14 | 0 | 0.14 | 250 | 0.29 | 0.8 |
Hex | C2 | BD | DB | B | E | 0 | E | FA | 1D | 50 |
Octal | 302 | 275 | 333 | 13 | 16 | 0 | 16 | 372 | 35 | 120 |
Binary | 11000010 | 10111101 | 11011011 | 1011 | 1110 | 0 | 1110 | 11111010 | 11101 | 1010000 |
Color Harmonies of #C2BDDB
Complementary color
Monochromatic Colors of #C2BDDB
Black with #C2BDDB
Text Example
Text Example
White with #C2BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDDB; }
p { color: rgb(194,189,219); }
H1.HeaderClassName
{
color: #C2BDDB;
}
.AnyTagClassName
{
color: #C2BDDB;
}
</style>
background-color css
<style>
a { background-color: #C2BDDB; }
a { background-color: rgb(194,189,219); }
div.DivClassName
{
background-color: #C2BDDB;
}
.BgClassName
{
background-color: #C2BDDB;
}
</style>
border-color css
<style>
span { border-color: #C2BDDB; }
span { border-color: rgb(194,189,219); }
td.TdClassName
{
border-color: #C2BDDB;
}
.TagClassName
{
border-color: #C2BDDB;
}
</style>