Shades of Melrose #CECADB
Tints of Melrose #CECADB
RGB
CMYK
RGB Variations
Color information
#CECADB (or 0xCECADB) is known color: Melrose. HEX triplet: CE, CA and DB. RGB value is (206,202,219). Sum of RGB (Red+Green+Blue) = 206+202+219=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 202 (79.30% from 255 or 32.22% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 219 - color contains mainly: blue. Hex color #CECADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADB is #313524. Grayscale: #CDCDCD. Windows color (decimal): -3224869 or 14404302. OLE color: 14404302.
HSL color Cylindrical-coordinate representation of color #CECADB: hue angle of 254.12º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CECADB is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 202 | 219 | - |
CMYK | 0.06 | 0.08 | 0 | 0.14 |
HSL | 254.12º | 0.19% | 0.83% | - |
HSV(B) | 254.12º | 0.08% | 0.86% | - |
XYZ | 59.36 | 60.48 | 75.56 | - |
YUV | 205.13 | 135.83 | 128.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 219 | 0.06 | 0.08 | 0 | 0.14 | 254.12 | 0.19 | 0.83 |
Hex | CE | CA | DB | 6 | 8 | 0 | E | FE | 13 | 53 |
Octal | 316 | 312 | 333 | 6 | 10 | 0 | 16 | 376 | 23 | 123 |
Binary | 11001110 | 11001010 | 11011011 | 110 | 1000 | 0 | 1110 | 11111110 | 10011 | 1010011 |
Color Harmonies of #CECADB
Complementary color
Monochromatic Colors of #CECADB
Black with #CECADB
Text Example
Text Example
White with #CECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADB; }
p { color: rgb(206,202,219); }
H1.HeaderClassName
{
color: #CECADB;
}
.AnyTagClassName
{
color: #CECADB;
}
</style>
background-color css
<style>
a { background-color: #CECADB; }
a { background-color: rgb(206,202,219); }
div.DivClassName
{
background-color: #CECADB;
}
.BgClassName
{
background-color: #CECADB;
}
</style>
border-color css
<style>
span { border-color: #CECADB; }
span { border-color: rgb(206,202,219); }
td.TdClassName
{
border-color: #CECADB;
}
.TagClassName
{
border-color: #CECADB;
}
</style>