Shades of Melrose #CBC8D4
Tints of Melrose #CBC8D4
RGB
CMYK
RGB Variations
Color information
#CBC8D4 (or 0xCBC8D4) is known color: Melrose. HEX triplet: CB, C8 and D4. RGB value is (203,200,212). Sum of RGB (Red+Green+Blue) = 203+200+212=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 212 - color contains mainly: blue. Hex color #CBC8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D4 is #34372B. Grayscale: #CACACA. Windows color (decimal): -3421996 or 13945035. OLE color: 13945035.
HSL color Cylindrical-coordinate representation of color #CBC8D4: hue angle of 255º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBC8D4 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 203 | 200 | 212 | - |
CMYK | 0.04 | 0.06 | 0 | 0.17 |
HSL | 255º | 0.12% | 0.81% | - |
HSV(B) | 255º | 0.06% | 0.83% | - |
XYZ | 57.17 | 58.76 | 70.62 | - |
YUV | 202.27 | 133.49 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 212 | 0.04 | 0.06 | 0 | 0.17 | 255 | 0.12 | 0.81 |
Hex | CB | C8 | D4 | 4 | 6 | 0 | 11 | FF | C | 51 |
Octal | 313 | 310 | 324 | 4 | 6 | 0 | 21 | 377 | 14 | 121 |
Binary | 11001011 | 11001000 | 11010100 | 100 | 110 | 0 | 10001 | 11111111 | 1100 | 1010001 |
Color Harmonies of #CBC8D4
Complementary color
Monochromatic Colors of #CBC8D4
Black with #CBC8D4
Text Example
Text Example
White with #CBC8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8D4; }
p { color: rgb(203,200,212); }
H1.HeaderClassName
{
color: #CBC8D4;
}
.AnyTagClassName
{
color: #CBC8D4;
}
</style>
background-color css
<style>
a { background-color: #CBC8D4; }
a { background-color: rgb(203,200,212); }
div.DivClassName
{
background-color: #CBC8D4;
}
.BgClassName
{
background-color: #CBC8D4;
}
</style>
border-color css
<style>
span { border-color: #CBC8D4; }
span { border-color: rgb(203,200,212); }
td.TdClassName
{
border-color: #CBC8D4;
}
.TagClassName
{
border-color: #CBC8D4;
}
</style>