#EBD9D4

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

Shades of Ebb #EBD9D4

Tints of Ebb #EBD9D4

Color information

#EBD9D4 (or 0xEBD9D4) is unknown color: approx Ebb. HEX triplet: EB, D9 and D4. RGB value is (235,217,212). Sum of RGB (Red+Green+Blue) = 235+217+212=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 212 (83.20% from 255 or 31.93% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9D4 is #14262B. Grayscale: #DDDDDD. Windows color (decimal): -1320492 or 13949419. OLE color: 13949419.

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

Color convert

RGB235217212-
CMYK00.080.100.08
HSL13.04º36.51%87.65%-
HSV(B)13.04º9.79%92.16%-
XYZ70.9672.0472.45-
YUV221.81122.46137.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 217 (85.16% from 255) = 32.68%
BLUE value IS 212 (83.20% from 255) = 31.93%
R=35.39%
G=32.68%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521721200.080.100.0813.0436.5187.65
HexEBD9D408A8d2558
Octal35333132401012101545130
Binary111010111101100111010100010001010100011011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9D4; }

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

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

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

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

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

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

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

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