Shades of Melrose #C6C2D3
Tints of Melrose #C6C2D3
RGB
CMYK
RGB Variations
Color information
#C6C2D3 (or 0xC6C2D3) is known color: Melrose. HEX triplet: C6, C2 and D3. RGB value is (198,194,211). Sum of RGB (Red+Green+Blue) = 198+194+211=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 194 (76.17% from 255 or 32.17% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #C6C2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2D3 is #393D2C. Grayscale: #C5C5C5. Windows color (decimal): -3751213 or 13877958. OLE color: 13877958.
HSL color Cylindrical-coordinate representation of color #C6C2D3: hue angle of 254.12º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6C2D3 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 198 | 194 | 211 | - |
CMYK | 0.06 | 0.08 | 0 | 0.17 |
HSL | 254.12º | 0.16% | 0.79% | - |
HSV(B) | 254.12º | 0.08% | 0.83% | - |
XYZ | 54.34 | 55.29 | 69.44 | - |
YUV | 197.13 | 135.83 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 194 | 211 | 0.06 | 0.08 | 0 | 0.17 | 254.12 | 0.16 | 0.79 |
Hex | C6 | C2 | D3 | 6 | 8 | 0 | 11 | FE | 10 | 4F |
Octal | 306 | 302 | 323 | 6 | 10 | 0 | 21 | 376 | 20 | 117 |
Binary | 11000110 | 11000010 | 11010011 | 110 | 1000 | 0 | 10001 | 11111110 | 10000 | 1001111 |
Color Harmonies of #C6C2D3
Complementary color
Monochromatic Colors of #C6C2D3
Black with #C6C2D3
Text Example
Text Example
White with #C6C2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2D3; }
p { color: rgb(198,194,211); }
H1.HeaderClassName
{
color: #C6C2D3;
}
.AnyTagClassName
{
color: #C6C2D3;
}
</style>
background-color css
<style>
a { background-color: #C6C2D3; }
a { background-color: rgb(198,194,211); }
div.DivClassName
{
background-color: #C6C2D3;
}
.BgClassName
{
background-color: #C6C2D3;
}
</style>
border-color css
<style>
span { border-color: #C6C2D3; }
span { border-color: rgb(198,194,211); }
td.TdClassName
{
border-color: #C6C2D3;
}
.TagClassName
{
border-color: #C6C2D3;
}
</style>