#EBE5D6

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

Shades of Cararra #EBE5D6

Tints of Cararra #EBE5D6

Color information

#EBE5D6 (or 0xEBE5D6) is unknown color: approx Cararra. HEX triplet: EB, E5 and D6. RGB value is (235,229,214). Sum of RGB (Red+Green+Blue) = 235+229+214=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 229 (89.84% from 255 or 33.78% from 678); Blue value is 214 (83.98% from 255 or 31.56% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5D6 is #141A29. Grayscale: #E5E5E5. Windows color (decimal): -1317418 or 14083563. OLE color: 14083563.

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

Color convert

RGB235229214-
CMYK00.030.090.08
HSL42.86º34.43%88.04%-
HSV(B)42.86º8.94%92.16%-
XYZ74.4278.5674.86-
YUV229.08119.49132.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 229 (89.84% from 255) = 33.78%
BLUE value IS 214 (83.98% from 255) = 31.56%
R=34.66%
G=33.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522921400.030.090.0842.8634.4388.04
HexEBE5D603982b2258
Octal3533453260311105342130
Binary111010111110010111010110011100110001010111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5D6; }

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

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

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

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

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

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

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

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