#EBE5D8

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

Shades of Cararra #EBE5D8

Tints of Cararra #EBE5D8

Color information

#EBE5D8 (or 0xEBE5D8) is unknown color: approx Cararra. HEX triplet: EB, E5 and D8. RGB value is (235,229,216). Sum of RGB (Red+Green+Blue) = 235+229+216=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 229 (89.84% from 255 or 33.68% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D8 is #141A27. Grayscale: #E5E5E5. Windows color (decimal): -1317416 or 14214635. OLE color: 14214635.

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

Color convert

RGB235229216-
CMYK00.030.080.08
HSL41.05º32.2%88.43%-
HSV(B)41.05º8.09%92.16%-
XYZ74.6778.6676.21-
YUV229.31120.49132.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 229 (89.84% from 255) = 33.68%
BLUE value IS 216 (84.77% from 255) = 31.76%
R=34.56%
G=33.68%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522921600.030.080.0841.0532.288.43
HexEBE5D80388292058
Octal3533453300310105140130
Binary111010111110010111011000011100010001010011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5D8; }

 p { color: rgb(235,229,216); }

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

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

 a { background-color: rgb(235,229,216); }

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

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

 span { border-color: rgb(235,229,216); }

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