#EBD4DC

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

Shades of Prim #EBD4DC

Tints of Prim #EBD4DC

Color information

#EBD4DC (or 0xEBD4DC) is unknown color: approx Prim. HEX triplet: EB, D4 and DC. RGB value is (235,212,220). Sum of RGB (Red+Green+Blue) = 235+212+220=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4DC is #142B23. Grayscale: #DBDBDB. Windows color (decimal): -1321764 or 14472427. OLE color: 14472427.

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

Color convert

RGB235212220-
CMYK00.100.060.08
HSL339.13º36.51%87.65%-
HSV(B)339.13º9.79%92.16%-
XYZ70.7269.9277.48-
YUV219.79128.12138.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 212 (83.20% from 255) = 31.78%
BLUE value IS 220 (86.33% from 255) = 32.98%
R=35.23%
G=31.78%
B=32.98%

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
Decimal23521222000.100.060.08339.1336.5187.65
HexEBD4DC0A681532558
Octal35332433401261052345130
Binary1110101111010100110111000101011010001010100111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4DC; }

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

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

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

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

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

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

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

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