#EBD4DE

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

Shades of Prim #EBD4DE

Tints of Prim #EBD4DE

Color information

#EBD4DE (or 0xEBD4DE) is unknown color: approx Prim. HEX triplet: EB, D4 and DE. RGB value is (235,212,222). Sum of RGB (Red+Green+Blue) = 235+212+222=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 222 (87.11% from 255 or 33.18% from 669); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4DE is #142B21. Grayscale: #DCDCDC. Windows color (decimal): -1321762 or 14603499. OLE color: 14603499.

HSL color Cylindrical-coordinate representation of color #EBD4DE: hue angle of 333.91º 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 #EBD4DE is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB235212222-
CMYK00.100.060.08
HSL333.91º36.51%87.65%-
HSV(B)333.91º9.79%92.16%-
XYZ70.9970.0278.88-
YUV220.02129.12138.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 222 (87.11% from 255) = 33.18%
R=35.13%
G=31.69%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521222200.100.060.08333.9136.5187.65
HexEBD4DE0A6814e2558
Octal35332433601261051645130
Binary1110101111010100110111100101011010001010011101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4DE; }

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

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

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

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

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

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

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

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