Shades of Melrose #C3BDDE
Tints of Melrose #C3BDDE
RGB
CMYK
RGB Variations
Color information
#C3BDDE (or 0xC3BDDE) is known color: Melrose. HEX triplet: C3, BD and DE. RGB value is (195,189,222). Sum of RGB (Red+Green+Blue) = 195+189+222=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #C3BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDE is #3C4221. Grayscale: #C2C2C2. Windows color (decimal): -3949090 or 14597571. OLE color: 14597571.
HSL color Cylindrical-coordinate representation of color #C3BDDE: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BDDE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 189 | 222 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.13 |
| HSL | 250.91º | 0.33% | 0.81% | - |
| HSV(B) | 250.91º | 0.15% | 0.87% | - |
| XYZ | 53.89 | 53.27 | 76.55 | - |
| YUV | 194.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 222 | 0.12 | 0.15 | 0 | 0.13 | 250.91 | 0.33 | 0.81 |
| Hex | C3 | BD | DE | C | F | 0 | D | FB | 21 | 51 |
| Octal | 303 | 275 | 336 | 14 | 17 | 0 | 15 | 373 | 41 | 121 |
| Binary | 11000011 | 10111101 | 11011110 | 1100 | 1111 | 0 | 1101 | 11111011 | 100001 | 1010001 |
Color Harmonies of #C3BDDE
Complementary color
Monochromatic Colors of #C3BDDE
Black with #C3BDDE
Text Example
Text Example
White with #C3BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDDE; }
p { color: rgb(195,189,222); }
H1.HeaderClassName
{
color: #C3BDDE;
}
.AnyTagClassName
{
color: #C3BDDE;
}
</style>
background-color css
<style>
a { background-color: #C3BDDE; }
a { background-color: rgb(195,189,222); }
div.DivClassName
{
background-color: #C3BDDE;
}
.BgClassName
{
background-color: #C3BDDE;
}
</style>
border-color css
<style>
span { border-color: #C3BDDE; }
span { border-color: rgb(195,189,222); }
td.TdClassName
{
border-color: #C3BDDE;
}
.TagClassName
{
border-color: #C3BDDE;
}
</style>