Shades of Derby #F5E5CD
Tints of Derby #F5E5CD
RGB
CMYK
RGB Variations
Color information
#F5E5CD (or 0xF5E5CD) is known color: Derby. HEX triplet: F5, E5 and CD. RGB value is (245,229,205). Sum of RGB (Red+Green+Blue) = 245+229+205=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 229 (89.84% from 255 or 33.73% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5E5CD is #0A1A32. Grayscale: #E7E7E7. Windows color (decimal): -662067 or 13493749. OLE color: 13493749.
HSL color Cylindrical-coordinate representation of color #F5E5CD: hue angle of 36º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5E5CD is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 205 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.04 |
| HSL | 36º | 0.67% | 0.88% | - |
| HSV(B) | 36º | 0.16% | 0.96% | - |
| XYZ | 76.69 | 79.86 | 69.13 | - |
| YUV | 231.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 205 | 0 | 0.07 | 0.16 | 0.04 | 36 | 0.67 | 0.88 |
| Hex | F5 | E5 | CD | 0 | 7 | 10 | 4 | 24 | 43 | 58 |
| Octal | 365 | 345 | 315 | 0 | 7 | 20 | 4 | 44 | 103 | 130 |
| Binary | 11110101 | 11100101 | 11001101 | 0 | 111 | 10000 | 100 | 100100 | 1000011 | 1011000 |
Color Harmonies of #F5E5CD
Complementary color
Monochromatic Colors of #F5E5CD
Black with #F5E5CD
Text Example
Text Example
White with #F5E5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E5CD; }
p { color: rgb(245,229,205); }
H1.HeaderClassName
{
color: #F5E5CD;
}
.AnyTagClassName
{
color: #F5E5CD;
}
</style>
background-color css
<style>
a { background-color: #F5E5CD; }
a { background-color: rgb(245,229,205); }
div.DivClassName
{
background-color: #F5E5CD;
}
.BgClassName
{
background-color: #F5E5CD;
}
</style>
border-color css
<style>
span { border-color: #F5E5CD; }
span { border-color: rgb(245,229,205); }
td.TdClassName
{
border-color: #F5E5CD;
}
.TagClassName
{
border-color: #F5E5CD;
}
</style>