#EBD7C7

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

Shades of Almond #EBD7C7

Tints of Almond #EBD7C7

Color information

#EBD7C7 (or 0xEBD7C7) is unknown color: approx Almond. HEX triplet: EB, D7 and C7. RGB value is (235,215,199). Sum of RGB (Red+Green+Blue) = 235+215+199=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 199 (78.12% from 255 or 30.66% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7C7 is #142838. Grayscale: #DBDBDB. Windows color (decimal): -1321017 or 13096939. OLE color: 13096939.

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

Color convert

RGB235215199-
CMYK00.090.150.08
HSL26.67º47.37%85.1%-
HSV(B)26.67º15.32%92.16%-
XYZ68.8770.3963.99-
YUV219.16116.63139.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 215 (84.38% from 255) = 33.13%
BLUE value IS 199 (78.12% from 255) = 30.66%
R=36.21%
G=33.13%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521519900.090.150.0826.6747.3785.1
HexEBD7C709F81b2f55
Octal35332730701117103357125
Binary1110101111010111110001110100111111000110111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7C7; }

 p { color: rgb(235,215,199); }

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

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

 a { background-color: rgb(235,215,199); }

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

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

 span { border-color: rgb(235,215,199); }

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