Shades of Melrose #CECBE1
Tints of Melrose #CECBE1
RGB
CMYK
RGB Variations
Color information
#CECBE1 (or 0xCECBE1) is known color: Melrose. HEX triplet: CE, CB and E1. RGB value is (206,203,225). Sum of RGB (Red+Green+Blue) = 206+203+225=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 225 (88.28% from 255 or 35.49% from 634); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBE1 is #31341E. Grayscale: #CECECE. Windows color (decimal): -3224607 or 14797774. OLE color: 14797774.
HSL color Cylindrical-coordinate representation of color #CECBE1: hue angle of 248.18º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECBE1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 206 | 203 | 225 | - |
CMYK | 0.08 | 0.10 | 0 | 0.12 |
HSL | 248.18º | 0.27% | 0.84% | - |
HSV(B) | 248.18º | 0.1% | 0.88% | - |
XYZ | 60.4 | 61.27 | 79.88 | - |
YUV | 206.41 | 138.49 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 203 | 225 | 0.08 | 0.10 | 0 | 0.12 | 248.18 | 0.27 | 0.84 |
Hex | CE | CB | E1 | 8 | A | 0 | C | F8 | 1B | 54 |
Octal | 316 | 313 | 341 | 10 | 12 | 0 | 14 | 370 | 33 | 124 |
Binary | 11001110 | 11001011 | 11100001 | 1000 | 1010 | 0 | 1100 | 11111000 | 11011 | 1010100 |
Color Harmonies of #CECBE1
Complementary color
Monochromatic Colors of #CECBE1
Black with #CECBE1
Text Example
Text Example
White with #CECBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBE1; }
p { color: rgb(206,203,225); }
H1.HeaderClassName
{
color: #CECBE1;
}
.AnyTagClassName
{
color: #CECBE1;
}
</style>
background-color css
<style>
a { background-color: #CECBE1; }
a { background-color: rgb(206,203,225); }
div.DivClassName
{
background-color: #CECBE1;
}
.BgClassName
{
background-color: #CECBE1;
}
</style>
border-color css
<style>
span { border-color: #CECBE1; }
span { border-color: rgb(206,203,225); }
td.TdClassName
{
border-color: #CECBE1;
}
.TagClassName
{
border-color: #CECBE1;
}
</style>