#EBD9C6

Color #EBD9C6 Almond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Almond #EBD9C6

Tints of Almond #EBD9C6

Color information

#EBD9C6 (or 0xEBD9C6) is unknown color: approx Almond. HEX triplet: EB, D9 and C6. RGB value is (235,217,198). Sum of RGB (Red+Green+Blue) = 235+217+198=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 217 (85.16% from 255 or 33.38% from 650); Blue value is 198 (77.73% from 255 or 30.46% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9C6 is #142639. Grayscale: #DCDCDC. Windows color (decimal): -1320506 or 13031915. OLE color: 13031915.

HSL color Cylindrical-coordinate representation of color #EBD9C6: hue angle of 30.81º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBD9C6 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235217198-
CMYK00.080.160.08
HSL30.81º48.05%84.9%-
HSV(B)30.81º15.74%92.16%-
XYZ69.2771.3763.55-
YUV220.22115.46138.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 217 (85.16% from 255) = 33.38%
BLUE value IS 198 (77.73% from 255) = 30.46%
R=36.15%
G=33.38%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521719800.080.160.0830.8148.0584.9
HexEBD9C6081081f3055
Octal35333130601020103760125
Binary11101011110110011100011001000100001000111111100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9C6; }

 p { color: rgb(235,217,198); }

 H1.HeaderClassName
 {
   color: #EBD9C6;
 }
 .AnyTagClassName
 {
   color: #EBD9C6;
 }
</style>
background-color css

<style>
 a { background-color: #EBD9C6; }

 a { background-color: rgb(235,217,198); }

 div.DivClassName
 {
   background-color: #EBD9C6;
 }
 .BgClassName
 {
   background-color: #EBD9C6;
 }
</style>
border-color css

<style>
 span { border-color: #EBD9C6; }

 span { border-color: rgb(235,217,198); }

 td.TdClassName
 {
   border-color: #EBD9C6;
 }
 .TagClassName
 {
   border-color: #EBD9C6;
 }
</style>