Shades of Melrose #C6BED4
Tints of Melrose #C6BED4
RGB
CMYK
RGB Variations
Color information
#C6BED4 (or 0xC6BED4) is known color: Melrose. HEX triplet: C6, BE and D4. RGB value is (198,190,212). Sum of RGB (Red+Green+Blue) = 198+190+212=600 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33% from 600); Green value is 190 (74.61% from 255 or 31.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BED4 is #39412B. Grayscale: #C2C2C2. Windows color (decimal): -3752236 or 13942470. OLE color: 13942470.
HSL color Cylindrical-coordinate representation of color #C6BED4: hue angle of 261.82º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BED4 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 198 | 190 | 212 | - |
CMYK | 0.07 | 0.10 | 0 | 0.17 |
HSL | 261.82º | 0.2% | 0.79% | - |
HSV(B) | 261.82º | 0.1% | 0.83% | - |
XYZ | 53.59 | 53.59 | 69.81 | - |
YUV | 194.9 | 137.65 | 130.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 190 | 212 | 0.07 | 0.10 | 0 | 0.17 | 261.82 | 0.2 | 0.79 |
Hex | C6 | BE | D4 | 7 | A | 0 | 11 | 106 | 14 | 4F |
Octal | 306 | 276 | 324 | 7 | 12 | 0 | 21 | 406 | 24 | 117 |
Binary | 11000110 | 10111110 | 11010100 | 111 | 1010 | 0 | 10001 | 100000110 | 10100 | 1001111 |
Color Harmonies of #C6BED4
Complementary color
Monochromatic Colors of #C6BED4
Black with #C6BED4
Text Example
Text Example
White with #C6BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BED4; }
p { color: rgb(198,190,212); }
H1.HeaderClassName
{
color: #C6BED4;
}
.AnyTagClassName
{
color: #C6BED4;
}
</style>
background-color css
<style>
a { background-color: #C6BED4; }
a { background-color: rgb(198,190,212); }
div.DivClassName
{
background-color: #C6BED4;
}
.BgClassName
{
background-color: #C6BED4;
}
</style>
border-color css
<style>
span { border-color: #C6BED4; }
span { border-color: rgb(198,190,212); }
td.TdClassName
{
border-color: #C6BED4;
}
.TagClassName
{
border-color: #C6BED4;
}
</style>