Shades of Almond #EFDAC3
Tints of Almond #EFDAC3
RGB
CMYK
RGB Variations
Color information
#EFDAC3 (or 0xEFDAC3) is known color: Almond. HEX triplet: EF, DA and C3. RGB value is (239,218,195). Sum of RGB (Red+Green+Blue) = 239+218+195=652 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.66% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDAC3 is #10253C. Grayscale: #DDDDDD. Windows color (decimal): -1058109 or 12835567. OLE color: 12835567.
HSL color Cylindrical-coordinate representation of color #EFDAC3: hue angle of 31.36º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFDAC3 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 195 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.06 |
| HSL | 31.36º | 0.58% | 0.85% | - |
| HSV(B) | 31.36º | 0.18% | 0.94% | - |
| XYZ | 70.52 | 72.43 | 61.89 | - |
| YUV | 221.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 195 | 0 | 0.09 | 0.18 | 0.06 | 31.36 | 0.58 | 0.85 |
| Hex | EF | DA | C3 | 0 | 9 | 12 | 6 | 1F | 3A | 55 |
| Octal | 357 | 332 | 303 | 0 | 11 | 22 | 6 | 37 | 72 | 125 |
| Binary | 11101111 | 11011010 | 11000011 | 0 | 1001 | 10010 | 110 | 11111 | 111010 | 1010101 |
Color Harmonies of #EFDAC3
Complementary color
Monochromatic Colors of #EFDAC3
Black with #EFDAC3
Text Example
Text Example
White with #EFDAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDAC3; }
p { color: rgb(239,218,195); }
H1.HeaderClassName
{
color: #EFDAC3;
}
.AnyTagClassName
{
color: #EFDAC3;
}
</style>
background-color css
<style>
a { background-color: #EFDAC3; }
a { background-color: rgb(239,218,195); }
div.DivClassName
{
background-color: #EFDAC3;
}
.BgClassName
{
background-color: #EFDAC3;
}
</style>
border-color css
<style>
span { border-color: #EFDAC3; }
span { border-color: rgb(239,218,195); }
td.TdClassName
{
border-color: #EFDAC3;
}
.TagClassName
{
border-color: #EFDAC3;
}
</style>